Can anyone help me with this ? plss

Tell us what’s happening:

Your code so far


// Variable declarations
var studlyCapVaR = 10;
var propercamelCase = "A String";
var titleCaseOver = 9000;

// Variable assignments
var studlyCapVar = 10;
var camelCase = "A String";
var titlECaseOver = 9000;

Your browser information:

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

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

variable declarations and variable assignment should not be made the same thing as you did

maybe reset and try again

the only thing you need to change is the variable names, make sure they match, and that they are in proper came case

the three variable names are “studly cap var”, “proper camel case” and “title case over”

thank you for your help[quote=“ieahleen, post:2, topic:409415, full:true”]
variable declarations and variable assignment should not be made the same thing as you did

maybe reset and try again

the only thing you need to change is the variable names, make sure they match, and that they are in proper came case

the three variable names are “studly cap var”, “proper camel case” and “title case over”
[/quote]

thank you for your help