Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Sep 29, 2015
1 parent ca11da8 commit 6f215b2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Expand Up @@ -124,11 +124,18 @@
- [Work of Art in the Age of Mechanical Reproduction](http://www.berk-edu.com/VisualStudies/readingList/06b_benjamin-work%20of%20art%20in%20the%20age%20of%20mechanical%20reproduction.pdf), Walter Benjamin
- Homework: TBA (but something like use a function to draw a design different ways, multiple times. Make a previous sketch modular.)

### 5 -- Objects and Arrays
### 5 -- [Objects and Arrays](https://github.com/ITPNYU/ICM-2015/raw/master/05_objects_arrays/05_objects_arrays.zip)
* [download examples](https://github.com/ITPNYU/ICM-2015/raw/master/05_objects_arrays/05_objects_arrays.zip)
* Review object literals
* properties - name/value pairs
* functions inside objects
* `this` keyword
* What is an array?
* loops over an array
* an array of objects
* `push()` and resizing an array
* declaring, intializing
* numeric indices
* `length` property
* `push()`
* An array of objects!

### 6 -- Synthesis -- **October 2nd, 11am - 2pm**
- **Meet in the ITP Lounge**
Expand Down

0 comments on commit 6f215b2

Please sign in to comment.