JavaScript Jeśli numer wejściowy jest pusty, zrób 0

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