Intro to Javascript
Javascript can be thought about as the 'interactivity' of a website. Before we get started integrating Javascript with our pages, we must first get an introduction to programming and the basics of the Javascript languages.
Required reading
- JavaScript For Cats
- You Don't Know JS: Chapter 1: Into Programming
- You Don't Know JS: Chapter 2: Into JavaScript
- A re-introduction to JavaScript (JS tutorial)