My answer is correct but it says it is incorrect

I’ve done the instructions correctly.
But when I click the ‘Run the Tests’ button, it shows me I’ve done many things incorrect. I have worked on this for 10 minutes now and it’s starting to get annoying.

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

// Variable assignments
studlyCapVar = 10;
properCamelCase = “A String”;
titleCaseOver = 9000;


// 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; CrOS x86_64 12239.92.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.136 Safari/537.36

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Woops. Small typo here.

1 Like

It should be a lower case ‘r’ at the end.

1 Like

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