Hey @unkempt rivet ,
Alright, I don;t fully understand how the game works lol,
But running some console.logs
highScore.innerHTML = `High Score: ${timer}`
console.log(highScore.innerHTML)
console.log($timer)
$timer is not defined, and that's creating he problems.
It's probably cause by your redefinition of variables on line 73
highScore = timer
But I'm not able to dig beyond that
Oh and by the way, you should use backticks instead of quotes