WebFund 2013W Lecture 5
Topics for January 22, 2012 are:
- tutorial on git and github
- object and function basics in JavaScript
Audio for the lecture is here.
Notes on the git section of the lecture are here.
Questions
These questions are now part of a quiz on cuLearn, due Thursday, Jan 24th, by noon.
- Every object in JavaScript has a prototype property. (true/false)
- The prototype property is used when updating and retrieving an object's properties. (true/false)
- The for in construct in JavaScript is not so useful because it loops over all of the accessible properties of an object. (true/false)