Array in Javascript
What is an array in Javascript?
In JavaScript, arrays can be a collection of elements of any type. This means that you can create an array with elements of type String, Boolean, Number, Objects, and even other Arrays.
A pair of square brackets [] rep...
ankitshukla.hashnode.dev2 min read