Posts by user139666 • 46 points
1 post
-
3
votes1
answer238
viewsA: Problem with Onkeypress and Onenterkey
Why do you capture the value of the input every time the user presses a key if you will only use it when hit enter? It would not be enough to capture this value once in the enter function? function…