I am unable to continue. Am I missing something?

Tell us what’s happening: I am supposed to convert the code to camelCase and unless I am missing something I have. However, it wont allow me to continue. I have just begun to learn coding so I might just be missing something.

Your code so far


// Declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Assignments
studlyCapVaR = 10;
properCamelCase = "A String";
titleCaseOver = 9000;

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/understanding-case-sensitivity-in-variables/

That is not camelCase.

2 Likes

I see now. I completely missed the capital R. Thanks for your help.

Please mark @camperextraordinaire’s post as the solution, so others know your problem is solved.
Thanks.