JavaScript Arrays 101
Imagine you are a teacher recording the exam scores for five students. Without a specialized way to group them, you would have to create five separate variables:
let score1 = 85;
let score2 = 92;
let
bhupendra-web-dev.hashnode.dev3 min read