Understanding Case Sensitivity in Variables need help

Tell us what’s happening:

Your code so far


// Declarations
var studlyCapVar;
var properCamelCase;
var TitleCaseOver;

// Assignments
studlyCapVar = 10;
properCamelCase = "A String";
TitleCaseOver = 9000;

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

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

Done Guys :slight_smile:

1 Like

Cool, go head and mark it as solved :slight_smile: