InterviewSolution
Saved Bookmarks
| 1. |
What Does Undefined Value Mean In Javascript? |
|
Answer» Undefined value MEANS the VARIABLE used in the CODE DOESNT exist or is not assigned any value or the PROPERTY doesnt exist. Undefined value means the variable used in the code doesnt exist or is not assigned any value or the property doesnt exist. |
|