Javascript Arrays
In this post, you will be learning about Javascript array. Arrays are a special variable that stores more than one value at a time. We can use an array when we want to store multiple related values in the same place. One advantage of using an array i...





