Javascript Array 101
What is an Array and Why do we need them?
Array is a collection of items that can be the same or different data types stored together. We need arrays because without it we would have to create seperat
javascript-array-101.hashnode.dev2 min read