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 StudlyCapVar;
var properCamelCase;
var titleCaseOver;

// Variable assignments
studlyCapVar=10;
properCamelcase="A String";
tittleCaseOver= 9000;

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; itel L6501) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36

Challenge: Basic JavaScript - Understanding Case Sensitivity in Variables

Link to the challenge:

You have posted some code. Do you have any questions?