Expert Developer JavaScript Question:

What is an undefined value in JavaScript?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

Answer:

Undefined value means the

► Variable used in the code doesn't exist
► Variable is not assigned to any value
► Property doesn't exist


Previous QuestionNext Question
What would be the result of 3+2+"7″?What are escape characters?