Difference between revisions of "WebFund 2013F Lecture 5"

From Soma-notes
Jump to navigation Jump to search
(Created page with " ==Topics== * function invocation patterns ** method ** function ** constructor ** apply * function <tt>arguments</tt> array * return values * <tt>try<tt>, <tt>catch</tt>, <t...")
 
Line 9: Line 9:
* function <tt>arguments</tt> array
* function <tt>arguments</tt> array
* return values
* return values
* <tt>try<tt>, <tt>catch</tt>, <tt>throw</tt>
* <tt>try</tt>, <tt>catch</tt>, <tt>throw</tt>

Revision as of 16:19, 18 September 2013

Topics

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