JavaScript Arrays 101
What arrays are and why we need them
An array in JavaScript is a special type of variable that can store multiple values in a single variable. These values are stored in an ordered collection, meani
dipanshu-dns-record.hashnode.dev9 min read