What is undefined value means in JavaScript?

 Posted by Virendradugar on 12/16/2009 | Category: JavaScript Interview questions | Views: 6587
Answer:

There can be multiple reasons of having undefined values
1. Object does not exist. Like you create an object of a control which does not exists in your page and when you access it, it is undefined.
2. No value is assigned to the object.
3. If you are trying to access a property which does not exists for the object.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response