I have an if statement :
if
if (argList["foo"] === "bar" || argList === "bar"){ // some code }
I want to know if there is a shorter or more elegant way to write this condition.
Aucun commentaire:
Enregistrer un commentaire