Hei Jessica! Great write up! By the way — you can format your code with backticks (`) or three backticks for blocks of code (```)
Example:
console.log('hello world)'
— one backtick
function sayHello() { console.log('hello');}sayHello();
— A block
Indrek