Var capital letters

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

I’m convinced all is in place, but the system doesn’t think so. Feed back please.
Your code so far


// Variable declarations
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;

// Variable assignments
studlyCapVar= 10;
properCamelCase = "A String";
titleCaseOver = 9000;

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/211.1.447770393 Mobile/15E148 Safari/604.1

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

You’ve got a small typo here.

1 Like

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