There can be multiple reasons of having undefined values1. 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.
Javascript
Topic: JS Data Types
What is undefined value means in JavaScript?
Browse random answers:
What is the JavaScript Data Types?
What are JavaScript types?
JavaScript Has Dynamic Types
what is a JavaScript Strings?
What is a JavaScript Numbers?
What is undefined value means in JavaScript?
What is the data type of variables in JavaScript?
Difference between undefined and undeclared variables.
What data type javascript supports?
What is the difference between undefined value and null value ?