JavaScript/: Difference between revisions
Jump to navigation
Jump to search
(→DOM) |
|||
| Line 7: | Line 7: | ||
===Course Overview=== | ===Course Overview=== | ||
This course covers the fundamentals of the EcmaScript programming language, the DOM, and object-oriented design. | This course covers the fundamentals of the EcmaScript programming language, the DOM, and object-oriented design. | ||
== Class Notes == | |||
[https://noisebridge.net/wiki/JavaScript/Notes/ Notes for individual classes]. | |||
==EcmaScript Programming Language== | ==EcmaScript Programming Language== | ||
Revision as of 12:53, 16 December 2013
JavaScript Class /
By Garrett Smith Held weekly, Friday 7pm
dhtmlkitchen at gmail.com
Course Overview
This course covers the fundamentals of the EcmaScript programming language, the DOM, and object-oriented design.
Class Notes
EcmaScript Programming Language
- Property accessors,
[]and.[[Get]], [[Put]] and the Reference type. - Prototypal inheritance
- typeof operator
- Arrays
- Primitive types
- Functions, callbacks, "I'm done", Event Notification System
- Scope chain and identifier resolution, Closures
- Entering an execution context (this)
call,apply)- [[Construct]], [[Call]]
- Literal syntax [], {}, /a/i RegularExpression literal
Patterns and Object Oriented JavaScript
- Decorator pattern
- Custom Events
- EventRegistry
- Factory, Abstract Factory
- Strategy/delegation - Example: APE StyleTransition object.
Resources
Please see the consolidated JavaScript and web development resources.
Resources
JavaScript Development Resources
Projects
We learn by doing. Get involved!
- Porting the FAQ to Github Get involved!