Posts by Samyr • 21 points
1 post
-
1
votes1
answer109
viewsQ: Create a variable with the input value and addeventlistener "keypress"
Guys, I’m trying to get the isolated value of some inputs when typed in the input. I can even log in the entered value. eg: console.log(topLeft.value), which returns the value that is present in the…