Course curriculum

  • 1

    Introduction

    • 1 - Introduction to JavaScript

    • 2 - Setup Visual Studio Code

    • 3 - Adding js file

  • 2

    Language Basics

    • 4 - Variables and Data Types

    • 5 - Type Coercion

    • 6 - Variable Mutation

    • 7 - Basic Operators

    • 8 - Boolean Logic

    • 9 - Logical Operators

  • 3

    Conditional Statements

    • 10 - Conditional Statements

    • 11 - Code Quiz 1 Solution

    • 12 - Ternary Operator

    • 13 - Switch, case statements

    • 14 - Code Quiz 2

    • 15 - Code Quiz 2 Solution

  • 4

    Loops

    • 16 - Introduction to Loops

    • 17 - While Loops

    • 18 - While Loops Quiz

    • 19 - While Loops Quiz Solution

    • 20 - for Loops

    • 21 - for Loops Quiz Solution

    • 22 - Continue and Break Statements

  • 5

    Functions

    • 23 - Introduction to Functions

    • 24 - Function Decleration

    • 25 - Function with Arguments

    • 26 - Function return

    • 27. -Function Expression

    • 28 - Function Quiz

    • 29 - Function Quiz Solution

    • 30 - Function Scope

  • 6

    Arrays

    • 31 - Introduction to arrays

    • 32 - Array Features

    • 34 - Array Quiz

    • 35 - Array Quiz Solution

    • 36 - Array Iteration

    • 37 - Array Iteration Quiz

    • 38 - Array Iteration Quiz Solution

    • 33 - Array Methods

  • 7

    Objects

    • 39 - Introduction to objects

    • 40 - Object update

    • 41 - Complex Data Structures

    • 42 - Object Quiz

    • 43 - Object Quiz Solution

    • 44 - Object Methods

    • 45 - this Keyword

  • 8

    DOM

    • 46 - Introduction to DOM

    • 47 - What is DOM

    • 48 - Select and Change

    • 49 - Select Methods

    • 50 - Manipulation Methods

    • 51 - innerHTML and textContext

    • 52 - Attribute Manipulation

  • 9

    Event Handlers

    • 53 - Introduction to Event Handlers

    • 54 - Event Handler Codequiz

    • 55 - Codequiz Solution

    • 56 - callback Function

    • 57 - Different Event Types

    • 58 - Todolist Quiz Solution

    • 59 - What We Learned