Difference between revisions of "WebFund 2013W Lecture 5"

From Soma-notes
Jump to navigation Jump to search
Line 1: Line 1:
Topics for today are:
Topics for January 22, 2012 are:
* tutorial on git and github
* tutorial on git and github
* object and function basics in JavaScript
* object and function basics in JavaScript


Audio will be posted here after class.
Audio for the lecture is [http://homeostasis.scs.carleton.ca/~soma/webfund-2013w/comp2406-2013w-lec5.m4a here].


==Questions==
==Questions==

Revision as of 15:44, 22 January 2013

Topics for January 22, 2012 are:

  • tutorial on git and github
  • object and function basics in JavaScript

Audio for the lecture is here.

Questions

These questions will be on cuLearn after the lecture.

  1. Every object in JavaScript has a prototype property. (true/false)
  2. The prototype property is used when updating and retrieving an object's properties.
  3. The for in construct in JavaScript is not so useful because it loops over all of the accessible properties of an object. (true/false)