Stuck at camelCase

Tell us what’s happening:
Describe your issue in detail here.
Ive tried it a few different ways and even watch the video and found I had done the same thing but I cant get past this
stuck

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 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

This isn’t proper camel case.

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