The goal of this lab is to work with matrices using Javascript code.
Starter code
Download your own copy of the starter code, which is a zip archive containing two files (labM.html and labM.js). Put them both in the same folder and open the HTML file for editing. It contains pieces of code interspersed with comments describing things for you to do. You should read it from top to bottom, following each set of instructions as you get to it.
Note: the Javascript file contains additional function definitions to make the lab work. You don't need to edit anything in there, but feel free to take a look if you are curious!