Tell us what’s happening:
Your code so far
// Variable declarations
var stdulyCapVar;
var properCamelCase;
var titleCaseOver;
// Variable assignments
stdulyCapVar = 10;
properCamelCase = "A String";
titleCaseOver = 9000;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0.
Challenge: Understanding Case Sensitivity in Variables
Link to the challenge:

