Если входное значение равна нулю, сделайте что -нибудь
if(document.getElementById("question").value.length == 0)
{
alert("empty")
}
Scary Salamander
if(document.getElementById("question").value.length == 0)
{
alert("empty")
}