Q. What is the default value of an uninitialized variable in JavaScript?
β
Correct Answer: (A)
undefined
Explanation: In JavaScript, uninitialized variables have the value 'undefined'.