Input text in Javascript
- HTML input tag
- Get Input value
- Concat strings
We are displaying an input box for the user to input their name. When clicking a button we display the name in a HTML element.
Sample: http://javascript.kennyming.com/code/3-input-text-javascript/
Code: https://github.com/kennymingt/javascript/tree/master/code/3-input-text-javascript
Comments
Post a Comment