0
Hello... Please can anyone help me here.. I want to create a program that gets user input and output it as user is typing...
2 Respuestas
0
Where is your attempt?
0
Create an input box, attach a "keyup" event listener to it, and then use the event trigger to update whatever you need to update.
Edit: Gabriel Precious code demo:
https://code.sololearn.com/W7mcrvGAySkl/?ref=app