JavaScript Arrays 101
1. What arrays are and why we need them
An array is a data structure used to store multiple values in a single variable.
Instead of creating separate variables for each value:
let fruit1 = "Apple";
le
faisalsiddiqui.hashnode.dev4 min read