WebFund 2013F Lecture 5: Difference between revisions

From Soma-notes
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..."
(No difference)

Revision as of 20:19, 18 September 2013

Topics

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