JavaScript Arrays 101
Why Do We Need Arrays?
Imagine you are making a list of your favorite fruits:
Apple
Mango
Banana
Orange
If you store them in JavaScript without arrays, you might write something like this:
let f
amruta-patil.hashnode.dev4 min read