CS 110 Lab 12 - Arrays and loops in JavaScript
Objective: learn how to create and use arrays in JavaScript.
What to do?
Write a JavaScript program that generates the following output:

You must use arrays to store all data about the courses. You also must use a loop to produce the output.
Use the following template as a starting point. Right click on the link and select "Save target as...", then edit the template in Notepad. Fill in the blanks indicated with a "..." symbol.
Make sure that all of the output is generated by your JavaScript code.
As we did in class, there must be no HTML inside of the body of the document.
Save your work in a single HTML file.
What to submit?
Use Blackboard Vista to submit the HTML file with your work.