Difference between revisions of "WebFund 2013W Lecture 5"

From Soma-notes
Jump to navigation Jump to search
(Created page with "Topics for today are: * tutorial on git and github * objects in JavaScript Audio will be posted here after class. ==Questions==")
 
Line 6: Line 6:


==Questions==
==Questions==
# In the method invocation pattern, a function returns what value if there is no explicit return statement?
# In the constructor invocation pattern, a function returns what value if there is no explicit return statement?

Revision as of 13:05, 22 January 2013

Topics for today are:

  • tutorial on git and github
  • objects in JavaScript

Audio will be posted here after class.

Questions

  1. In the method invocation pattern, a function returns what value if there is no explicit return statement?
  2. In the constructor invocation pattern, a function returns what value if there is no explicit return statement?