79330944

Date: 2025-01-05 15:01:30
Score: 1
Natty:
Report link

I just did this.

addEventListener("keydown", function (event) {
    if (event.keyCode === 13) {
        do_something();
    }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexandre Crivellaro