JavaScript

How to Calculate Your Age Base on Date Value in JavaScript

Submitted by razormist on
Learn on how to create How to Calculate Your Age Base on Date Value in JavaScript - A simple JavaScript program that can get your actual age base on birthdate. This tutorial will teach step by step on how to create this program with ease and understandable. JavaScript Free Tutorial.

How to Remove a Word from Paragraph in JavaScript

Submitted by razormist on
Learn on how to create a How to Remove a Word from Paragraph in JavaScript. A simple JavaScript program that will dynamically remove a word from a paragraph. This program is useful to any system that has a publication function in which help you remove a certain words. JavaScript Free Tutorial.

Creating an Image Slider using JS and CSS Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create an Image Slider using JavaScript and CSS. The tutorial aims to provide the IT/CS students and new programmers with a reference for learning to implement a creative feature of web application using JavaScript and Cascading Stylesheet (CSS). Here, snippets of a sample program that demonstrate how to achieve the tutorial's objectives are provided. The snippets' complete source code zip file is also provided and is free to download.

Password Strength Checker using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Create a Password Strength Checker using JavaScript. The tutorial aims to provide the IT/CS student and new programmers with a reference to enhance their JS knowledge and programming capabilities. Here, the step-by-step tutorial with snippets on how to create the Password Strength Checker is provided. The source code zip file is also provided and is free to download.

How to Count Number of Words in a String using JavaScript

Submitted by razormist on
Learn on how to create a How to Count Number of Words in a String using JavaScript - A simple program where only purpose is to count the words. This tutorial will teach you the simples way to achieve this function just by following through the tutorial. JavaScript Free Tutorial.