[Solved]
Hi!
I am quite new to the world of JavaScript as I have done basic corse for it...
and I have learnt that best way to understand it is to play around with it...
but now I am stuck with on of the problem!!
Problem: How can we assign text box input values by user to a variable and display that variable back on another element of the same HTML document(dynamically)...
Conditions:
- The value has to be stored as a JavaScript variable only.
No server-side script is to be used and has to be done locally.
Please help!
[Solved]