JavaScript Lingo: Variables & camelCase

Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=NJhXiR1z7Kg



Duration: 1:39
16,686 views
151


What constitutes a variable, and the reasoning behind camelCase.

A variable, also referred to as 'var', is the name or placeholder for a boolean, string, number, or other piece of static information.

Let's use google dev tools to inspect the free code camp home page and look for some variables.

You 'declare' variables the first time with 'var' in front of it, but those can be referenced later in your script.

camelCase is the way that JavaScript pushes words together and still keeps them legible. The first letter of the first word is lowercase, along with the remainder of the word, but the first letter of every consecutive word is capitalized. There are no spaces. Examples: brianaLovesHerPets, bestFoodIsCheese, and codeIsWorthLearning.

When you name variables, utilize camelCase. Also try to keep the names descriptive and short so that others (and yourself!) can tell what that variable is referring to just by the name.







Tags:
Mozilla Developer Network
Free Code Camp
Pair Programming
Node.js
AngularJS
MongoDB
SQL
Code
Learn to Code
non-profits
full stack
coding bootcamp
software engineer
open source
Software
Data
System
Technology
Web Development
Javascript