Basic JavaScript - Understanding Case Sensitivity in Variables

Someone please help out, Can’t figure what’s going on

Your code so far

// Declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Assignments
studlyCapVar = 10;
properCamelCase = "A String";
titleCaseOver = 9000;


Your browser information:

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

Challenge: Basic JavaScript - Understanding Case Sensitivity in Variables

Link to the challenge:

You missed this one. You aren’t alone. A lot of people miss this one.

1 Like

OMG, Thank you so much. finally

1 Like