JS Basics February 5, 2015
Agenda
- Review Color Scheme Switcher
- Refactored Color Scheme Switcher
- Build Say Something (as a class)
- Finish Score Keeper (individually)
- Build Compare Two Numbers (as a class)
- Build a Temperature Converter (in pairs)
Starter Files
Temperature Converter (download)
We will be discussing this exercise as a class before you get started, but please keep in mind that no designs for how this will work or look are being provided. The files provided simply offer a simple scaffolding to get you started.
Before Class
Read the Introduction and Chapters 1 & 2 of Eloquent JavaScript.
- Introduction
- Chapter 1: Values, Types, and Operators
- Chapter 2: Program Structure
Don’t worry if this doesn’t all make total sense. The text is dense, so please focus more on familiarizing yourself with some of the concepts throughout. The work we do in class together will draw from the material covered especially in Chapters 1 & 2.