I don´t un understand this,I need Help

Tell us what’s happening:

Your code so far


// Variable declarations
var StUdLyCapVaR = 10;
var properCamelCase = "A String";
var TitleCaseOver = 9000;

// Variable assignments
STUDLYCAPVAR = 10;
PRoperCAmelCAse = "A String";
tITLEcASEoVER = 9000;

I have one problem in this…

Could you provide a link to the challenge? In the future, if you use Get Help -> Ask for help, it will do that for you.

OK, I looked and found it here.

Yeah, it’s just telling you to convert all those variables to camelCase. thisIsWhatCamelCaseLooksLike. Every letter is lowercase except for the first letter of each word (except that the first letter of the variable name is also lowercase).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.