✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.