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:
miku86
2
Hey there,
nice to meet you! 
You have a typo in your first variable.
Have a close look at the original variable name! 
system
Closed
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.