Tag Archives: document.write

Using Arrays in JavaScript – Basics

By | February 28, 2011

Hi… We all know, Arrays are nothing but variables which can hold all your variable values with a single name. Let’s see some basic operations of Arrays in JavaScript. To Create a New Array. Use the following code. This code of line created a new Array object called myArray. Adding Elements to myArray or or… Read More »