Skip to main content

Section outline

    • Module 1 (2 hours): Introduction to JavaScript

      • History, development environment, and JavaScript in browsers and Node.js
      • Basic syntax and data types
    • Module 2 (2 hours): Control Structures and Functions

      • Conditionals, loops, function types, and scope
    • Module 3 (1.5 hours): Working with Arrays and Objects

      • Array manipulation, methods, and working with objects
    • Module 4 (1.5 hours): ES6+ Features

      • let, const, template literals, destructuring, and modules