JavaScript Arrays 101
Introduction
Imagine you want to store the names of your five favorite movies in a program. One way would be to create five separate variables like this:
let movie1 = "Inception";
let movie2 = "Inters
ashish-shrivastva.hashnode.dev5 min read