✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following statements about JavaScript variables is correct?
A. Variable names can only start with a letter.
B. const is used to declare variables with global scope.
C. An undeclared variable has the value null by default.
D. Accessing an undeclared variable results in a TypeError exception.