What is defination of an undefined value in JavaScript?
a) Variable used in the code doesn't exist
b) Variable is not assigned to any value
c) Property doesn't exist
d) All of the above
Answer:- D
Reason:Undefined value means the
1.Variable used in the code doesn't exist
2.Variable is not assigned to any value
3.Property doesn't exist