This exercise was performed by Stefan Klinkusch at Digital Career Institute in Berlin, Germany using HTML and vanilla JavaScript.
- declaration of variables using
var,let, andconst - variable types
- simple loops (
whileandfor) - output to the Browser console and to popups
- output to the document body
- change the document title
- arrays
- external vs. inline JavaScript