get string from textbox javascript

Solutions on MaxInterview for get string from textbox javascript by the best coders in the world

showing results for - "get string from textbox javascript"
Giuseppe
25 Jun 2017
1<input id="word">
2
3var word = document.getElementById("word").value;