Is there a better way of doing this
if(var === false) { //do something }
I can't use if(!var){} because it will go in my if statement if the var is null.
if(!var){}
Aucun commentaire:
Enregistrer un commentaire