Fixed the first real bug in World’s Worst Quiz today. The game was completely refusing to run because script.js had a cursed duplicate let questions = [ inside the question array, which broke the whole file before the browser could even start.
Also cleaned up the Start button behavior a bit. Now when you restart the quiz, the score and timer reset properly, and the old timer gets cleared so it doesn’t secretly keep multiplying in the background.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.