JavaScript Arrays 101
What arrays are and why we need them
An array is a collection of multiple values stored in a single variable. Think of like an array is a list. For example: a list of fruits
Apple
Banana
Orange
Inst
devrahulll.hashnode.dev3 min read