Difference between revisions of "WebFund 2013F Midterm Review"

From Soma-notes
Jump to navigation Jump to search
(Created page with "==Readings== You may want to read (or re-read) these chapters to get a bit more depth on the topics covered in class. * ''JavaScript, The Good Parts:'' Chapters 3 (Objects),...")
 
Line 1: Line 1:
Audio from the lecture given on October 16, 2013 is available [http://homeostasis.scs.carleton.ca/~soma/webfund-2013f/lectures/comp2406-2013f-lec11-16Oct2013.m4a here].
Note that Assignment 2 is now due on October 17 (Thursday) by 4:05 PM.
==Readings==
==Readings==



Revision as of 16:57, 16 October 2013

Audio from the lecture given on October 16, 2013 is available here.

Note that Assignment 2 is now due on October 17 (Thursday) by 4:05 PM.

Readings

You may want to read (or re-read) these chapters to get a bit more depth on the topics covered in class.

  • JavaScript, The Good Parts: Chapters 3 (Objects), 4 (Functions), and 6 (Arrays)
  • Learning Node: Chapters 2 (REPL), 4 (Modules), 6 (Routing and Connect), 7 (Express), 8 (Jade only)

Note Express exposes much of the functionality of Connect.