Multiple Choice
If you declare a variable with <code>var</code>, but do not initialize it to a value, what will the variable contain?
A) <code>undefined</code>
B) <code>null</code>
C) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: To call a regular method, you preface
Q2: Polymorphism refers to a variable's ability to
Q3: To emulate a class with legacy code,
Q4: Legacy code is code that has improved
Q5: For the switch statement, if you need
Q7: To implement a subclass, you need to
Q8: UML stands for Unified _ Language.
Q9: When a function is called by another
Q10: The _ method searches for a specified
Q11: What is the difference between a method