Arrays In Javascript
What Is An Array ?
An arrays is simply a data structure which helps to store collection of items or multiple values in a single variable.
In other programming languages like C, C++ or Java. Array can store items which are of similar data type. But i...
ramesh-kunwar.hashnode.dev3 min read