Understanding Variables and Data Types - How Do You Declare Variables and What Are Naming Conventions to Name Variables?

Tell us what’s happening:

Q: Which of these is NOT a rule for naming variables?
I selected the answer:
A: Variable names can contain letters, numbers, and underscores.
Since variable names cannot contain numbers. I think I’m right, maybe there is a mistake on the website?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Understanding Variables and Data Types - How Do You Declare Variables and What Are Naming Conventions to Name Variables?

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/lecture-understanding-variables-and-data-types/67fe8597975ea634042cad8f.md at main · freeCodeCamp/freeCodeCamp · GitHub

are you sure that they can’t contain numbers? have you tried?

remember the rules you found in the lesson

what does it say about numbers?