JavaScript: Building Interactive Websites with JavaScript

Along with HTML and CSS, JavaScript is one of the programming languages that make up the backbone of the modern internet. Where HTML defines content and CSS adds styling, JavaScript adds interactivity and other more advanced functionality to a webpage.

This workshop introduces students to the syntax and basic concepts of JavaScript including variables, loops, functions, and objects.

Topics covered:

  1. Introduction to JavaScript
  2. Variables, Functions, Objects, and the DOM
  3. ToDo List Web Application
  4. Documentation