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

Tell us what’s happening:

The question on rules for naming variables is incorrect. In the article, in the content rules for naming variables are mentioned (4 rules) and the question asks which of these is not a rule, however, gives all 4 rules mentioned as options. Ideally we should have a none of the above option in this answer or one of the options needs to be replaced. Whom should I give this feedback to?

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.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?

are you really sure? one of those is a thing that is not true for variables

hint: are you really sure that variable name and variable Name are the same?

1 Like

Thanks for the response, understood where the problem is: Variable names are case-insensitive. I was reading it as Variable names are case-sensitive.