Understanding Arrays in JavaScrip
When we start programming, we usually work with variables. A variable can store a single value.
For example:
let fruit1 = "Apple";
let fruit2 = "Banana";
let fruit3 = "Mango";
This works fine when we
aryan22n.hashnode.dev4 min read