Tell us what’s happening:
i am quite annoyed, i am with a very simple assignment and i did my exercise right (i experimented in several ways, like 10) to get this assignment passed correctly. But to no avail…
Your code so far
// Declarations
// var StUdLyCapVaR;
var studlyCapVar;
// var properCamelCase;
var properCamelCase;
// var TitleCaseOver;
var titleCaseOver;
// Assignments
// STUDLYCAPVAR = 10;
studlyCapVar =10;
// PRoperCAmelCAse = "A String";
properCamelCase = "A String";
// tITLEcASEoVER = 9000;
titleCaseOver =9000;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36
.
Challenge: Understanding Case Sensitivity in Variables
Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-case-sensitivity-in-variables