79579317

Date: 2025-04-17 13:13:35
Score: 1
Natty:
Report link

"oninput" event might be the simplest (also great for range inputs):

<input type="number" id="n" value="5" step=".5" oninput="alert(this.value);" />

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