Tell us what’s happening:
Your code so far
// Declarations
var studLyCapVaR = 0;
var properCamelCase;
var titleCaseOver;
// Assignments
studLyCapVaR = "10";
properCamelCase = "A String";
titleCaseOver = 9000;
Tell us what’s happening:
Your code so far
// Declarations
var studLyCapVaR = 0;
var properCamelCase;
var titleCaseOver;
// Assignments
studLyCapVaR = "10";
properCamelCase = "A String";
titleCaseOver = 9000;
This is not camel case… :
studLyCapVaR