Course curriculum

  1. 01
    • Introduction

    • Getting started on Windows, macOS, and Linux

    • How to ask great questions

    • FAQs

  2. 02
    • What is ChatGPT

    • Set up an account with ChatGPT

    • How to use ChatGPT

    • ChatGPT for your day-to-day tasks

    • ChatGPT for JavaScript basic HTML DOM

  3. 03
    • What is JavaScript

    • Choosing Code Editor

    • Installing Code Editor (Sublime Text)

    • JavaScript first program

  4. 04
    • Variables

    • Data Types

    • Numbers

    • Boolean

    • Objects

    • Internal JavaScript

    • External JavaScript

    • Inline JavaScript

    • Async and defer

  5. 05
    • Strings

    • String Formatting

    • String Methods

    • Use ChatGPT for DOM string manipulation

  6. 06
    • Arithmetic operators

    • Assignment operators

    • Comparison operators

    • Logical operators

  7. 07
    • If statement

    • If-else statement

    • If-else-if statement

    • Switch-case statement

  8. 08
    • While loop

    • Do-while loop

    • For loop

    • Break

    • Continue

    • Use ChatGPT to create list items

    • Coding Exercise

    • Solution for Coding Exercise

  9. 09
    • Creating a Function

    • Function Call()

    • Function with parameters

    • Function Bind()

    • ChatGPT to create a function with arguments

  10. 10
    • Try-catch

    • Try-catch-finally

  11. 11
    • On Submit Validation

    • Input Numeric Validation

    • Login Form Validation

    • ChatGPT for JavaScript Password length checks validation

  12. 12
    • Strict mode

    • Use ChatGPT to explain ES6 features

    • Use ChatGPT to ES6 arrow functions

    • Use ChatGPT to ES6 Classes