As always: make a copy of this repository to commit changes to
- Homework/lab discussion
- JSHint installation
- Opening Atom from GitHub Desktop
- Step through the code and discuss
- Imagine alternative code flows
- Organize the code
- Make code DRYer ('don't repeat yourself')
- Redundant code is a headache waiting to happen
Section 1: Library overview
- Selecting elements
- Array utilities
each
: No morefor
loops!*- Lab 1
*Mostly!
groupBy
andcountBy
: special cases ofeach
map
vseach
: purity and side-effects reduxmax
andmin
: collection aggregationreduce
: roll your own aggregations- Lab 2
- Review our uses thus Far
- What HTML does
- What CSS does
- Elements
- Sources
- Complete Code Academy HTML/CSS
- Complete Week 3 Labs
- Complete Week 3 Assignment