According to the help video this answer is correct, but it gives me an error anyway. I can't continue

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";
titleCaseOver = 9000;

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Typo here. Sometimes directly copying the video disengages the spell checking in a person’s mind

I did copy it from the video as you suggested and it worked. Thank you.

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