Arrays In Javascript
What is an Array?
Arrays are objects or special type of variables that can store multiple values at once. The multiple items are stored under a single variable name.
Creating Arrays.
There are two ways of creating arrays;
Using array literal [ ]
Fo...
charityjelimo.com2 min read