JavaScript Arrays 101
What are arrays?
An array is a data structure that can be used to organize a collection of data easily into single manageable place instead of individual variables
for example,
const dishOne = "pizza"
tech-log.hashnode.dev3 min read