Intermediate JavaScript
In our first two Introduction to JavaScript (Part 1) & (Part 2) we introduced many basic concepts, such as variables, if – else statements, loops, and functions. In this example, we want to expand on those concepts a little. We will look at a new type of variable, called the array, nested if-else statements, breaks,…