The Complete JavaScript Course 2024: From Zero to Expert!
- Home
- All Courses
- Courses
- Frontend
- The Complete JavaScript Course 2024: From Zero to Expert!
Curriculum
- 4 Sections
- 45 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Javascript Fundamentals19
- 1.0Hello World!
- 1.1A Brief Introduction to Javascript
- 1.2Linking a JavaScript File
- 1.3Values and Variables
- 1.4Practice Assignments
- 1.5Data Types
- 1.6let, const and var
- 1.7Basic Operators
- 1.8Operator Precedence
- 1.9Strings and Template Literals
- 1.10Taking Decisions: if / else Statements
- 1.11Truthy and Falsy Values
- 1.12Equality Operators: == vs. ===
- 1.13Boolean Logic
- 1.14Logical Operators
- 1.15The switch Statement
- 1.16Statements and Expressions
- 1.17The Conditional (Ternary) Operator
- 1.18JavaScript Releases: ES5, ES6+ and ESNext
- Javascript Fundamental Part-215
- 2.0Activating Strict Mode
- 2.1Functions
- 2.2Function Declarations vs. Expressions
- 2.3Arrow Functions
- 2.4Functions Calling Other Functions
- 2.5Reviewing Functions
- 2.6Introduction to Arrays
- 2.7Basic Array Operations (Methods)
- 2.8Introduction to Objects
- 2.9Dot vs. Bracket Notation
- 2.10Object Methods
- 2.11Iteration: The for Loop
- 2.12Looping Arrays, Breaking and Continuing
- 2.13Looping Backwards and Loops in Loops
- 2.14The while Loop
- Editor Setup4
- Dom &Event fundamentals7
Logical Operators
The lesson content is empty.