Introduction to JavaScript

If HTML is the bone and CSS is the skin of your website, then JavaScript is the muscle. JavaScript is one of the most popular programming languages and the premiere programming language of the web. In this workshop, you will learn the basics of getting programming with JavaScript: by the end of the workshop, you will be able to recognize data types, write if/then statements, explore loops and arrays, and write your first function!

Workshop Objectives

  1. Recognize data types
  2. Write if/then statements
  3. Loop through an array
  4. Use built-in functions and write your own custom functions

    Workshop Curriculum