Dapatkan String dari TextBox JavaScript

<input id="word">

var word = document.getElementById("word").value;
Aqua