Tell us what’s happening:
Describe your issue in detail here.
Your code so far
// Variable declarations
var StUdLyCapVaR = 10
var properCamelCase;
var TitleCaseOver;
// Variable assignments
StUdLyCapVaR = 10;
properCamelCase = "A String";
TitleCaseOver = 9000;
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:101.0) Gecko/20100101 Firefox/101.0
Challenge: Basic JavaScript - Understanding Case Sensitivity in Variables
Link to the challenge: