Understanding Arrays in JavaScript
3h ago · 5 min read · When we start learning programming, we usually store values in variables.
let fruit1 = "Apple";
let fruit2 = "Banana";
let fruit3 = "Mango";
This works fine for a few values.But what if we need to st