JavaScript Tutorial

How to Add New Entry to Multidimensional Array in JavaScript

Submitted by razormist on
How to Add New Entry to Multidimensional Array in JavaScript - A simple JavaScript program that can all you to add new entry to multidimensional arry object. This tutorial will provide you a basic method for adding new entry for the array object. JavaScript Free Tutorial.

How to Create an Email Validation Form in JavaScript

Submitted by razormist on
How to Create an Email Validation Form in JavaScript - A simple JavaScript program that can validate the email you have entered in the HTML form. This tutorial will show you simplest way of validating your email by using a special regex that will check the characters you entered. JavaScript Free Tutorial.