Week 7

Main topic: Javascript functions

Live coding

We did some live coding giving the old "Guessing Game" a better UI.
Check it out HERE and remember to study the source code.

Examples

Here's a couple of examples on functions/objects. Read the source code and see if you can understand what is going on.

Tasks

Remember to keep your code organized!
For each week, make a new folder. Example: week07
Keep each task in a seperate HTML file. Example: task1.html

Hints

let myElement = document.getElementById("name-of-my-id"); let myArray = []; let myNumber = parseInt("42");