SESSION 3
Dec 3, 2025
5 parts
Master JavaScript fundamentals - from linking scripts to DOM manipulation and event handling
JavaScriptVariablesHTML IntegrationJS BasicsFunctionsArraysLoopsDOMquerySelectorEventsEvent ListenersDOM ManipulationCSSDynamic ContentclassListPracticeGame Development
JavaScript Definition & Linking to HTML
Understand what JavaScript is and learn how to connect JavaScript files to HTML
Functions & Arrays - Building Blocks of JavaScript
Master JavaScript functions and arrays to write reusable, organized code that handles multiple values efficiently
The DOM, querySelector & Events
Learn how to access and interact with HTML elements using JavaScript, and respond to user actions with event listeners
DOM Manipulation - Changing Your Web Pages Dynamically
Master DOM manipulation to change content, styles, classes, and structure of your web pages with JavaScript
Practice Project - XO Game (Tic Tac Toe)
Put your JavaScript skills to the test by building a complete XO Game (Tic Tac Toe) with event listeners, DOM manipulation, and game logic
