Arrays 101
Arrays are one of the most important DS that are widespread used in any programming language and is no different for JavaScript. In JavaScript array is an object which allows to store multiple items under a single variable name.
JavaScript arrays ar...
simplejs.hashnode.dev5 min read