Получить строку из Textbox JavaScript

<input id="word">

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