+ 1
HTML input, JavaScript output [solved]
How can I make normal text area in html chance a variable in JavaScript?
5 Respuestas
+ 2
thansk a lot. this was not the answer i was looking for but i learned a lot from it. thanks again.
+ 1
sorry but i dont know what a “event listener” is 😬
+ 1
Could you perhaps explain in greater detail what you wish to achieve? Here’s something that may be helpful for what you’re working on: https://code.sololearn.com/WXyy5tvPWkQD/?ref=app
0
If you meant "change" instead of "chance", add an event listener.
0
Please review (last slide):
https://www.sololearn.com/learn/JavaScript/2758/?ref=app
Supplemental information:
https://www.w3schools.com/js/js_htmldom_eventlistener.asp
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events