javascript assignment

This link is provided for my javascript gretting assignment: Neocities.

I have feeling im going to learn a lot in this class and and gain more knowledge on the tech side of the web

let y =12; y/= 24; let x =5; x-= 10; let y =8; x*= 4; document.getElementById("demo").innerHTML = "Value of x is: " + x;