JavaScript Arrays 101
Think of an array like a numbered to-do list. Each item on the list sits in a fixed slot: slot 1, slot 2, slot 3... In JavaScript, those slot numbers are called as INDICES, and they start from 0 inste
codeandcuriosity.hashnode.dev8 min read