Tell us what’s happening:
Your code so far
// Variable declarations
var StUdLyCapVaR = 10;
var properCamelCase = "A String";
var TitleCaseOver = 9000;
// Variable assignments
STUDLYCAPVAR = 10;
PRoperCAmelCAse = "A String";
tITLEcASEoVER = 9000;
I have one problem in this…