Skip to product information
1 of 1

JavaScript Basics

JavaScript Basics

Regular price $150.00 CAD
Regular price Sale price $150.00 CAD
Sale Sold out

Introduce your child to the world of web development! This course will teach JavaScript through fun, engaging projects. Children will learn the fundamentals of coding, build interactive websites, and even create animations! With step-by-step guidance, young learners will develop the problem-solving skills needed to become future web developers."

View full details

Course Outline

Month 1-2: Introduction to JavaScript Syntax

Key Topics:

  • Basic syntax: variables, data types, and arithmetic
  • Control structures: if/else statements
  • Simple loops (for, while)

Exercises:

  • Fun coding challenges like building a simple number guesser.

Milestone Project:

  • Interactive Story Game: Create a simple text-based story game using control structures and loops.

Month 3-4: DOM Manipulation

Key Topics:

  • Introduction to the DOM (Document Object Model)
  • Selecting and modifying elements
  • Event listeners and user input

Exercises:

  • Build a simple webpage that changes based on user interaction.

Milestone Project:

  • Click Counter: Create a webpage where each button click updates a displayed number.

Month 5-6: Basic Functions and Arrays

Key Topics:

  • Functions and return values
  • Arrays and simple data storage

Exercises:

  • Use arrays to store user input and perform basic calculations.

Milestone Project:

  • Simple Quiz App: Build a multiple-choice quiz app that stores questions and answers in arrays.