var a = ("0.00023").toString(); if(a < "0"){ alert("true"); } else if (a > "0") { alert("false"); } else { alert("NaN"); }