hi!! my favorite assignment was the "counting coins" one it was super cool
ok so basically what u wanna do is say something like "const penny = 1;" and that makes penny = 1
you can do that for every coin (i.e quarter = 25) then do something like "quarter * nickel = 125
here's an example!!
< p id="demo">< /p >
< script >
let total = quarter * nickel + penny;
document.getElementById("demo").innerHTML =
"The total is: " + total;
< /script >
(i added spaces between < and >)
next part of the assignment is to make themes so that's what will be below ok bye