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

Tell us what’s happening:

The second question asks:

Which of these is NOT a rule for naming variables?

The answer states:

Variable names are case-insensitive.
Correct!

The answer should be “Variable names are NOT case-sensitive” if the selection is supposed to reflect the option that is NOT correct, at least according to the preceding information.

Your browser information:

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

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

Welcome to the forum @chip476,

Variable names are case-insensitive.
Variable names are NOT case-sensitive

These are saying the same thing.

Happy coding