Minor Issue JS practice = "Understanding Case Sensitivity in Variables"

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

Is this challenge bugged? Or am I missing the forest for the trees here? I’ve been on this challenge for more time than I would like to admit. Well… I alt-tabbed while writing this entry and just solved it. I noticed that the commentary in the bottom section, that explains how you went wrong with your code, does not precisely describe how you actually got the code wrong.

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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Hi @AgileMyk !

Welcome to the forum!

No :grinning:

Look very closely at the first variable

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