JavaScript: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
By [https://noisebridge.net/wiki/User:Garrett Garrett Smith]
By [https://noisebridge.net/wiki/User:Garrett Garrett Smith]
Held every Friday, 7-9pm
Held every Friday, 7-9pm
'''Twitter:''' [https://twitter.com/ @xkit]
'''LinkedIn:''' [http://www.linkedin.com/profile/view?id=3600638&goback=.nmp_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=spm_pic Garrett Smith]


dhtmlkitchen at gmail.com  
dhtmlkitchen at gmail.com  

Revision as of 13:05, 5 January 2014

JavaScript Class

By Garrett Smith Held every Friday, 7-9pm


Twitter: @xkit LinkedIn: Garrett Smith

dhtmlkitchen at gmail.com

Course Overview

This course covers the fundamentals of the EcmaScript programming language, the DOM, and object-oriented design. It is intended for experienced web developers and programmers of other languages, however all are welcome.

Resources

Reference specifications are used extensively. These are linked from the JavaScript resources page. Read them daily.

Behavior

Ask Questions. Interact.

Class Notes

Notes for individual classes.

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

JavaScript Development Resources

Projects

We learn by doing. Get involved!