Google News
logo
JavaScript - Interview Questions
What is an undefined value in JavaScript?
Undefined value means the
 
* Variable used in the code doesn't exist
* Variable is not assigned to any value
* Property doesn't exist
Advertisement