Duplicata possible :
Détection d'une propriété d'objet indéfinie en JavaScript
comparaison indéfinie en javascript
Comment ajouter une vérification pour une variable indéfinie, comme :
function A(val) {
if (val == undefined)
// do this
else
// do this
}
0 votes
Duplicata possible de Détection d'une propriété indéfinie d'un objet