___my___variable = 32; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

___my___variable = 32;

Why in the world would you throw a variable with an underscore into a question when you're asking how to fill in the blanks? Your underscore is exact same length of the question blank, no less. I understand the answer is "var", but not before being very puzzled on what the "second" blank should contain!

4th Feb 2019, 1:07 AM
Maddox
Maddox - avatar
4 Answers
+ 6
Brian Jones yes yes camelCase 😂
4th Feb 2019, 6:23 AM
Gordon
Gordon - avatar
+ 2
Learning is harder when things are not immediately obvious. Persevereance is one of the most valuable skills you can learn. also, Gordon, the term is “camelCase” https://en.m.wikipedia.org/wiki/Camel_case
4th Feb 2019, 5:59 AM
Brian Jones
Brian Jones - avatar
0
...And I realize that underscores are needed in place of spaces, but it could have waited until we fully comprehend this specific topic.
4th Feb 2019, 1:11 AM
Maddox
Maddox - avatar
0
Apart from under_score Another style of naming variable is underScore This style is called camelBack. var givingVariableAMeaningfulNameIsImportant = true;
4th Feb 2019, 2:13 AM
Gordon
Gordon - avatar