JavaScript/: Difference between revisions
Jump to navigation
Jump to search
Johnyradio (talk | contribs) |
Johnyradio (talk | contribs) |
||
| Line 5: | Line 5: | ||
===Course Overview=== | ===Course Overview=== | ||
This course covers Object Oriented JavaScript, testing, and the DOM. | This course covers Object Oriented JavaScript, testing, and the DOM. | ||
contact: | |||
dhtmlkitchen at gmail.com | |||
==EcmaScript Programming Language== | ==EcmaScript Programming Language== | ||
Revision as of 23:19, 8 November 2013
JavaScript Class
By Garrett Smith Held weekly, Friday 7pm
Course Overview
This course covers Object Oriented JavaScript, testing, and the DOM. contact: dhtmlkitchen at gmail.com
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
DOM
- Debugging Tools
- Validator.w3.org
Patterns and Object Oriented JavaScript
- Decorator pattern
- Custom Events
- EventRegistry
- Factory, Abstract Factory
- Strategy/delegation - Example: APE StyleTransition object.
Tools
Resources
Projects
We learn by doing. Get involved!
- Porting the FAQ to Github Get involved!