Hello... Please can anyone help me here.. I want to create a program that gets user input and output it as user is typing... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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...

28th Mar 2020, 9:23 AM
Gabriel Precious
Gabriel Precious - avatar
2 Answers
0
Where is your attempt?
28th Mar 2020, 9:38 AM
Ore
Ore - avatar
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
28th Mar 2020, 9:40 AM
Russ
Russ - avatar