79260974

Date: 2024-12-07 16:49:17
Score: 2
Natty:
Report link

You're not handling the event. The buttons default click event will submit the page.

acc[i].addEventListener("click", function(event) { event.preventDefault();...

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: nhnick01