79588632

Date: 2025-04-23 12:39:31
Score: 1
Natty:
Report link

The problem is this line document.getElementById("demo").innerText = "Score:", score; Change it to a template literal like this: document.getElementById("demo").innerText = `Score: ${score}`;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: David