
Drum Kit (01)
An interactive soundboard

Clock (02)
A clock using CSS transform and JavaScript

Updating CSS Variables (03)
Using input sliders, update the CSS variables set on the root element.

Array Cardio (04)
Processing data with arrays and prototype functions.

Flex Panel Image Gallery (05)
Using CSS transforms and tansitions, make an interactive feature that allows you to highlight one image and message

Ajax Type Ahead (06)
Dynamically match the query with a list of cities and states provided via a JSON file and highlight matches.

Array Cardio Day 2 (07)
More manipulation on arrays using some, every, find and findIndex functions.

HTML Canvas (08)
Creating and manipulating the stroke tool for an HTML Canvas element.

Dev Tools (09)
Different methods of using console logging for debugging.

Checkbox Range (10)
Hold shift to check multiple checkboxes.

Video Player (11)
Create custom controls for an HTML5 video.

Key Sequence Detection (12)
Amazing suprises await when you type 'mew!'

JS Reference VS Copy (13)
How to copy arrays and objects so they don't screw up the original.