Examples from Class

HTML Basics

Starter HTML

JavaScript

Basics

Alert, Prompt
Basic Math
Random Number Generation
Confirm boxes

Boolean Logic

If
If Else
Or
And

Manipulating the DOM and HTML Input

Redirect
Text Box
Password Box, toLower
Radio Buttons
Check Boxes
Inner HTML

Loops

While Loops
For Loops
Do While Loops
String Concatenation w/ While Loop w/ InnerHTML
Badger Badger Starter

Full Fledged Functions (Parameters and Return Types)

Non Value Returning Functions
Value Returning Functions
Scoping Example
Math Quiz

Strings

Strings
String Practice Starter Code
String Manipulation
Caesar Cipher

Canvas

MDN Canvas Tutorial
(Advanced) MDN 2D breakout game tutorial
Rectange Example
MDN Pacman Example
Circle Example

Arrays

One Dimensional Arrays
Two Dimensional Arrays
Going Home with Stacks
Insult Generator

Text Manipulation

Text Area Manipulation

Classes and Objects

W3Schools Introduction to Objects
W3Schools Person Example