Understanding Case Sensitivity in Variables, freeCodeCamp Basic Javascript VIDEO
In this challenge we learn the importance of case sensitivity in javascript. It is programming convention to lower case the first word of our variables, but upper case every subsequent first letter in additional words of the variable for example if we declare a variable that contains 3 words we would declare in this fashion, " var = threeWordVariable ". Notice the first word three is all lower case, but every subsequent word has the first letter capitalized.
Other Videos By We Will Code 2017-03-08 Finding a Remainder in Javascript, freeCodeCamp Basic Javascript 2017-03-08 Divide one Decimal by Another with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Multiply Two Decimals with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Create Decimal Numbers with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Decrement a Number with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Increment a Number with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Divide One Number by Another with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Multiply Two Numbers with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Subtract One Number from Another with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Add Two Numbers with Javascript, freeCodeCamp Basic Javascript 2017-03-08 Understanding Case Sensitivity in Variables, freeCodeCamp Basic Javascript 2017-03-08 Understanding Uninitialized Variables, freeCodeCamp Basic Javascript 2017-03-08 Initializing Variable with the Assignment Operator, freeCodeCamp Basic Javascript 2017-03-08 Storing Values with the Assignment Operator, freeCodeCamp Basic Javascript 2017-03-07 Introduction to Javascript, freeCodeCamp Basic Javascript 2017-03-07 Declare JavaScript Variables, freeCodeCamp Basic Javascript 2017-03-07 Comment your JavaScript Code, freeCodeCamp Basic Javascript 2017-03-07 Use jQuery to Modify the Entire Page, jQuery in freeCodeCamp 2017-03-07 Target Even Numbered Elements Using jQuery, jQuery in freeCodeCamp 2017-03-07 Target a Specific Child of an Element Using jQuery, jQuery in freeCodeCamp 2017-03-07 Target the Children of an Element Using jQuery, jQuery in freeCodeCamp
Tags: freeCodeCamp
freeCodeCamp tutorial
freeCodeCamp review
javascript introduction
learn javascript