It is showing the error titleCaseOver should use camelCase in both declaration and assignment sections anyone pls help me

Tell us what’s happening:

Your code so far

// Declarations
var studlyCapVar;
var properCamelCase;
var titleCaseOver =9000;

// Assignments
studlyCapVar = 10;
properCamelCase = "A String";
tittleCaseOver = 9000;

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:

tittleCaseOver you spelt it wrong.

1 Like