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? | ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.