camelCase HELP! Did as asked but it still won't run

I changed them to camelCase as asked but still my code won’t run and they comment " // running tests

studlyCapVar

should be defined and have a value of

10

.

studlyCapVar

should use camelCase in both declaration and assignment sections. // tests completed"

Please help me fix this. Thank you!

Your code so far


// Variable declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Variable assignments
studlyCapVaR = 10;
properCamelCase = "A String";
titleCaseOver = 9000;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

The R should not be capitalized in CamelCase

Thank you Jeremy, I totally missed it

1 Like

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