Difference between revisions of "WebFund 2013F Lecture 5"

From Soma-notes
Jump to navigation Jump to search
Line 8: Line 8:


* node modules
* node modules
* function invocation patterns
** method
** function
** constructor
** apply
* function <tt>arguments</tt> array
* function <tt>arguments</tt> array
* return values
* return values
* <tt>try</tt>, <tt>catch</tt>, <tt>throw</tt>

Revision as of 15:08, 26 September 2013

Audio from the lecture given on September 23, 2013 is here.

Readings

  • Chapter 4 in Learning Node (Modules)

Topics

  • node modules
  • function arguments array
  • return values