What's wrong? Everything is okay i guess! But they are showing something!

Tell us what’s happening:
// Declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Assignments
studlyCapVaR = 10;
properCamelCase = “A String”;
titleCaseOver = 9000;

Everything is correct here i guess! then what is the problem?
Problem one : studlyCapVar is defined and has a value of 10
Problem two: studlyCapVar should use camelCase in both declaration and assignment sections

Your code so far

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

// Assignments
studlyCapVaR = 10;
properCamelCase = "A String";
titleCaseOver = 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/60.0.3112.113 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/understanding-case-sensitivity-in-variables

Then what should it be? I need help! :frowning:

ooohhh shoot! Have been studying for hours, i must need rest! :frowning:

2 Likes