WebFund 2016W Lecture 6

From Soma-notes
Revision as of 15:41, 26 January 2016 by Zero (talk | contribs) (Added in-class notes from the beginning of the lecture.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

In-class Notes

Lecture #6
---------

PLAN
* Assignment 2
  - aliases
  - headers
  - other clarifications?

* Objects
  - associative hashes with inheritance
  - prototypes using Object.create
  - "global" object
  - "Object" object
  - Object.prototype
  - hasOwnProperty and Object.hasOwnPropert

* Function calling and "this"
 - functions in regular scope
 - methods
 - constructors with new
 - apply