DEVFYI - Developer Resource - FYI

What does undefined value mean in javascript?

JavaScript Interview Questions and Answers


(Continued from previous question...)

67. What does undefined value mean in javascript?

Undefined value means the variable used in the code doesnt exist or is not assigned any value or the property doesnt exist.

(Continued on next question...)

Other Interview Questions