freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=bBXzFSduSus



Duration: 10:55
818 views
7


This is the beginning of a series of lessons that aim to go through the Basic Javascript course on freeCodeCamp. In this video we code through the following lessons: Comment Your JavaScript Code,
Declare JavaScript Variables, Storing Values with the Assignment Operator, Initializing Variables with the Assignment Operator, Understanding Uninitialized Variables, Understanding Case Sensitivity in Variables. For the most part, it is just an intro to the basics. First, we learn that commenting is important because we might forget what our code does. Also, others might be reading our code who have not seen it before and comments can help them! Then we learned about declaring variables. Variables allow us to store values and then do stuff with those values later if we so wished. It is a common thing to initialize our declared variable with a value when we first declare it, or else it will be undefined. Lastly, we learned about camelCasing. Variables can be called whatever we wish, but camelCasing is the standard, so get used to it!




Other Videos By We Will Code


2018-11-15freeCodeCamp's Greater Than, Less Than, AND and Or Operators, Basic Javascript (10)
2018-11-14freeCodeCamp's Array Method Practice, Equality and Strict Equality in Javascript (9)
2018-11-13freeCodeCamp's Global Scope and Functions, Understanding Local & Global Variables In JS (8)
2018-11-12freeCodeCamp, More Array Methods, JS Function Declarations & Parameters (7)
2018-11-09freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6)
2018-11-08freeCodeCamp's Using Bracket Notation on Strings, Mad Libs, Intro to Javascript (5)
2018-11-03freeCodeCamp's Javascript Introduction, Escape Sequences, Concatenation. String Length (4)
2018-11-02freeCodeCamp's Intro to Javascript, Compound Assignment & String Literals (3)
2018-10-31freeCodeCamp's Make an Image Responsive,Web Design Principles
2018-10-30freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2)
2018-10-29freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing
2018-10-29Create a Media Query, Responsive Web Design
2018-10-28freeCodeCamp's Make Motion More Natural Using a Bezier Curve
2018-10-28freeCodeCamp's Use a Bezier Curve to Move a Graphic, Applied Visual Design
2018-10-28freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design
2018-10-26freeCodeCamp's Change Animation Timing with Keywords, Responsive Web Design
2018-10-25freeCodeCamp's Animate Multiple Elements at Variable Rates, Applied Visual Design
2018-10-25freeCodeCamp's Animate Elements at Variable Rates, Applied Visual Design
2018-10-14freeCodeCamp's Make a CSS Heartbeat using an Infinite Animation Count
2018-10-14freeCodeCamp's Animate Elements Continually Using an Infinite Animation Count
2018-10-10freeCodeCamp's Create Visual Direction by Fading an Element From Left To Right



Tags:
basic javascript tutorial
learn javascript
free javascript course online
javascript variables