WebFund 2013F Lecture 5: Difference between revisions
No edit summary |
|||
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 18: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