studlyCapVar isn't working in the Code?

Tell us what’s happening:

Challenge Understanding Case Sensitivity in Variables has an issue (I think).

So, I have run the test a lot of times after trying a lot of things, and it still says that everything is correct except for this: (It keeps saying that I am getting this wrong)

X studlyCapVar should use camelCase in both declaration and assignment sections.

So…what is happening? This is the code that makes the most sense to me so far.

Your code so far


// Declarations
var studlyCapVaR
var properCamelCase
var titleCaseOver

// Assignments
var studlyCapVar = 10;
var properCamelCase = "A String";
var titleCaseOver = 9000;

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/understanding-case-sensitivity-in-variables

I’ll be a second set of eyes

studlyCapVaR
studlyCapVar

Not exactly the same

1 Like

Yikes! I can’t believe I missed that! I looked everywhere!! But thank you!

I missed that too, but this is a learn.