79161009

Date: 2024-11-05 23:54:47
Score: 0.5
Natty:
Report link

That opton is the best cause will catch the value updated, instead of using 'keydown' who just gets the value without the last char typed

element.addEventListener("keyup", () => {
  console.log(element.value)
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brian Santanaa