Arrays in Javascript
Introduction
Arrays are an ordered collection of items/elements. In Javascript, these elements can be of any data type. In Js, array is an object. Array is one of the most important data structures in javascript.
Creating an array
We can create an ar...
shobhan.hashnode.dev6 min read