The assignment asked students to create a web page that uses multiple JavaScript variables. The result is here:
http://jered.0fees.us/module3/
Variables weren’t hard to work with – it’s a similar paradigm to other languages, so declaring variables the first time you use them is familiar enough. I had to work at figuring out using innerHTML – specifically, that running it a second time on the same element will overwrite the contents of the element. I also experimented to see if JavaScript would let me concatenate numbers and strings in a similar fashion to Java (which it does).