camelCase stud L y

Tell us what’s happening:

I had difficulties because I made a typo.

I didn’t realize that I had erased the letter L while I was turning the variable’s name into camelCase. I’m not a native english speaker, and I only knew the word study, but I didn’t know the word studly. Finally I watched the help video and realized where I made a typo

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36.

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Typos are the bane of every programmer.
Do you have a question?