Arrays in JS
An array is a collection of data. It is widely used in all programming languages Including JavaScript. It is often used when we want to store list of elements and access them by a single variable. A pair of square brackets [] represents an array in J...
madhavan.hashnode.dev4 min read