JavaScript Arrays 101
Before I understood arrays, my code honestly looked ridiculous.
I would create five different variables just to store five values.
let fruit1 = "apple";
let fruit2 = "banana";
let fruit3 = "orange";
l
devwithsahil.hashnode.dev5 min read