I need help may some assist

Tell us what’s happening:

Your code so far


// Declarations
var StUdLyCapVaR;
var properCamelCase;
var TitleCaseOver;

// Assignments
var studlyCapVaR = 10;
var properCamelCase = "A String";
var titleCaseOver = 9000;


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36.

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/understanding-case-sensitivity-in-variables

Hey there, exactly what is the problem you are having?

these two variables are written differently, they need to match:

also these two:

other issues:
only the declarations start with var, not the assignments