Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.33 KB

assignment.md

File metadata and controls

28 lines (20 loc) · 1.33 KB

Freshen up on html and css

If you do not know any html or css or if you have very limited exposure to these technologies, I highly recommend that you brush up on them. Here are some resources for you to do that. Pick the one that you think is easiest for you to follow and learn from.

Review

The following is suggested reading for you, if you'd like to review any of the material we've covered in the first part of the course.

I recommend that you finish it before next Monday's class, when we start Part 2 of this course. By no means is any of this assigned, it's for your own interest and education.

In particular, these chapters for review:

  1. Values, Types, and Operators
  2. Program Structure
  3. Functions
  4. Data Structures: Objects and Arrays
  5. Bugs and Error Handling

These chapters for a little more depth

  1. Higher-order Functions
  2. The Secret Life of Objects