Difference between revisions of "WebFund 2013F Lecture 5"

From Soma-notes
Jump to navigation Jump to search
Line 1: Line 1:
==Readings==
* Chapter 4 in ''Learning Node'' (Modules)


==Topics==
==Topics==


* node modules
* function invocation patterns
* function invocation patterns
** method
** method

Revision as of 14:00, 23 September 2013

Readings

  • Chapter 4 in Learning Node (Modules)

Topics

  • node modules
  • function invocation patterns
    • method
    • function
    • constructor
    • apply
  • function arguments array
  • return values
  • try, catch, throw