JavaScript Arrays 101
1) What arrays are and why we need them
i) What arrays are
An array is a collection of values stored together in a specific order. Each value in the array is called an element, and each element has a
sudhanshu17.hashnode.dev6 min read