Wenn der Eingabwert null ist, tun Sie etwas

if(document.getElementById("question").value.length == 0)
{
    alert("empty")
}
Scary Salamander