I am really not able to understand this :
Your code so far
// Variable declarations
var StUdLyCapVaR;
var properCamelCase;
var TitleCaseOver;
// Variable assignments
STUDLYCAPVAR = 10;
PRoperCAmelCAse = "A String";
tITLEcASEoVER = 9000;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0
.
Challenge: Understanding Case Sensitivity in Variables
Link to the challenge:
You forgot to fill in Tell us what’s happening!
It looks like you did not put all three variables into camelCase in both places.
1 Like
actually i am really new be so idk anything btw thanks can you please send that in written

ILM
4
thisIsWrittenInCamelCase
youNeedToWriteYourVariablesLikeThis
the variables are named “studly cap var”, “proper camel case”, and “title case over” - you need to write those in camel case
2 Likes