Learn JavaScript Arrays
In JavaScript we use arrays to store a list of values. Arrays are always numbered starting from 0.
This means that the 2nd element in your array is at index 1 while the last element is always the total minus 1.
We will first create an array, check i...
mwendwabundi.hashnode.dev3 min read