Learn JavaScript - Full Course for Beginners
Offered By: freeCodeCamp
Course Description
Overview
This complete 134-part JavaScript tutorial for beginners will teach you everything you need to know to get started with the JavaScript programming language.
Syllabus
Introduction.
Running JavaScript.
Comment Your Code.
Declare Variables.
Storing Values with the Assignment Operator.
Initializing Variables with the Assignment Operator.
Uninitialized Variables.
Case Sensitivity in Variables.
Add Two Numbers.
Subtract One Number from Another.
Multiply Two Numbers.
Dividing Numbers.
Increment.
Decrement.
Decimal Numbers.
Multiply Two Decimals.
Divide Decimals.
Finding a Remainder.
Augmented Addition.
Augmented Subtraction.
Augmented Multiplication.
Augmented Division.
Declare String Variables.
Escaping Literal Quotes.
Quoting Strings with Single Quotes.
Escape Sequences.
Plus Operator.
Plus Equals Operator.
Constructing Strings with Variables.
Appending Variables to Strings.
Length of a String.
Bracket Notation.
Understand String Immutability.
Find the Nth Character.
Find the Last Character.
Find the Nth-to-Last Character.
Word Blanks.
Arrays.
Nest Arrays.
Access Array Data.
Modify Array Data.
Access Multi-Dimensional Arrays.
push().
pop().
shift().
unshift().
Shopping List.
Write Reusable with Functions.
Arguments.
Global Scope.
Local Scope.
Global vs Local Scope in Functions.
Return a Value from a Function.
Undefined Value returned.
Assignment with a Returned Value.
Stand in Line.
Boolean Values.
If Statements.
Equality Operator.
Strict Equality Operator.
Comparing different values.
Inequality Operator.
Strict Inequality Operator.
Greater Than Operator.
Greater Than Or Equal To Operator.
Less Than Operator.
Less Than Or Equal To Operator.
And Operator.
Or Operator.
Else Statements.
Else If Statements.
Logical Order in If Else Statements.
Chaining If Else Statements.
Golf Code.
Switch Statements.
Default Option in Switch Statements.
Identical Options in Switch Statements.
Replacing If Else Chains with Switch.
Returning Boolean Values from Functions.
Return Early Pattern for Functions.
Counting Cards.
Build Objects.
Dot Notation.
Bracket Notation.
Variables.
Updating Object Properties.
Add New Properties to Object.
Delete Properties from Object.
Objects for Lookups.
Testing Objects for Properties.
Manipulating Complex Objects.
Nested Objects.
Nested Arrays.
Record Collection.
While Loops.
For Loops.
Odd Numbers With a For Loop.
Count Backwards With a For Loop.
Iterate Through an Array with a For Loop.
Nesting For Loops.
Do...While Loops.
Profile Lookup.
Random Fractions.
Random Whole Numbers.
Random Whole Numbers within a Range.
parseInt Function.
parseInt Function with a Radix.
Ternary Operator.
Multiple Ternary Operators.
var vs let.
var vs let scopes.
const Keyword.
Mutate an Array Declared with const.
Prevent Object Mutation.
Arrow Functions.
Arrow Functions with Parameters.
Higher Order Arrow Functions.
Default Parameters.
Rest Operator.
Spread Operator.
Destructuring Assignment: Objects.
Destructuring Assignment: Nested Objects.
Destructuring Assignment: Arrays.
Destructuring Assignment with Rest Operator to Reassign Array.
Destructuring Assignment to Pass an Object.
Template Literals.
Simple Fields.
Declarative Functions.
class Syntax.
getters and setters.
import vs require.
export.
* to Import.
export default.
Import a Default Export.
Taught by
freeCodeCamp.org
Related Courses
Learn Javascript - 21 Essential Array MethodsCoursera Project Network via Coursera 3D Graphics for Web Developers
Pompeu Fabra University via FutureLearn Access WebView in an Android Studio Project
Coursera Project Network via Coursera Advanced React
Meta via Coursera Building Modern Nodejs Applications on AWS
Amazon Web Services via edX