JavaScript Arrays- How and what!

1)- What is an array in JavaScript? In JavaScript an array is an object. This object can contain different type of data. It can contain strings like names, key words, phrases…, numbers, boolean, another array, objects….. Let’s take a closer look at the structure of an array. 1)- Array syntax To create an array in …

JavaScript Arrays- How and what! Read More »