WebFund 2013W Lecture 5: Difference between revisions

From Soma-notes
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 17: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?