Basic JavaScript - Understanding Case Sensitivity in Variables

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

// Variable declarations
var studylyCapVar;
var properCamelCase; 
var titleCaseOver;

// Variable assignments
studylyCapVar = 10;
properCamelCase = "A String";
titleCaseOver = 9000;
// tests completed

Your browser information:

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

Challenge: Basic JavaScript - Understanding Case Sensitivity in Variables

Link to the challenge:

Did you have a question about this challenge?

HINT: You may want to check the first variable name. It’s incorrect.

wich one? i have checked already i dont see it

This does not match the spelling of the variable name you were given.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.