JavaScript Arrays 101
Introduction
Imagine you are writing down your favorite fruits.
You could store them like this:
let fruit1 = "Apple";
let fruit2 = "Banana";
let fruit3 = "Mango";
let fruit4 = "Orange";
But this quic
princekumar-engineer.hashnode.dev5 min read