Course curriculum

  1. 01
    • Introduction to Getting Started

    • Course Curriculum

    • How to Get Pre-Requisites

    • Getting Started on Windows, Linux or Mac

    • How to ask a Great Questions

    • FAQ’s

  2. 02
    • What is JavaScript

    • Choosing Code Editor

    • Installing Code Editor (Sublime Text)

    • Installing Code Editor(Visual Studio Code)

    • Hello World Program

    • Getting Output

    • Summary

  3. 03
    • Introduction

    • Internal JavaScript

    • External JavaScript

    • Inline JavaScript

    • Async and defer

    • Variables

    • Data Types

    • Numbers

    • Boolean

    • Arrays()

    • Objects

    • Comments

    • Summary

  4. 04
    • Introduction

    • Strings

    • String Formatting

    • String Methods

    • Summary

  5. 05
    • Introduction

    • Arithmetic operators

    • Assignment operators

    • Comparison operators

    • Logical operators

    • Summary

  6. 06
    • Introduction

    • If statement

    • If-else statement

    • If-else-if statement

    • Switch-case statement

    • Summary

  7. 07
    • Introduction

    • While loop

    • Do-while loop

    • For loop

    • Break

    • Continue

    • Coding Exercise

    • Solution for Coding Exercise

    • Summary

  8. 08
    • Introduction

    • Creating a Function

    • Function Call()

    • Function with parameters

    • Function Bind()

    • Summary

  9. 09
    • Introduction

    • How to Use Google chart script

    • Line Graph chart

    • Scatter plots chart

    • Bar chart

    • Pie chart

    • 3D Pie chart

    • Summary

  10. 10
    • Introduction

    • Try-catch

    • Try-catch-finally

    • Summary

  11. 11
    • Introduction

    • On Submit Validation

    • Input Numeric Validation

    • Login Form Validation

    • Password Strength Check Validation

    • Summary

  12. 12
    • Bonus Lecture for Where to Go