79588654

Date: 2025-04-23 12:51:35
Score: 2.5
Natty:
Report link

Replace this line:

document.getElementById("demo").innerText = "Score:", score;

with this:

document.getElementById("demo").innerText = "Score: " + score;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: chandan kumar