which is the right thing to do?
if (myObj['key'] == undefined)
or
if (myObj['key'] == null)
or
if (myObj['key'])
Exact duplicate of: How do I check to see if an object has an attribute in Javascript?
|
which is the right thing to do?
or
or
Exact duplicate of: How do I check to see if an object has an attribute in Javascript? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.