Hi everyone,
I just found something interesting in my code but I ain't sure why JavaScript.
var input= 0; // But in my case, the input variable is getting the value from a field in a form
if(!Number(input)){
document.write('it is not a ZERO');
}
This is something similar to my code.
Cheers,