JavaScript Arrays 101
In JavaScript, an array is simply a collection of data stored in a single variable. It is hard to impossible to store large amount of data in different variables. And this where array comes in picture
aronamic.hashnode.dev3 min read