Is that any reason to check undefined like this:
if(typeof obj === 'undefined') { return rObj }
instead of:
if(obj === undefined){ return rObj }
?
Aucun commentaire:
Enregistrer un commentaire