JavaScript/Notes/: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== [https://noisebridge.net/wiki/JavaScript/Notes/Array Array Methods added to EcmaScript 5]== | == [https://noisebridge.net/wiki/JavaScript/Notes/Array Array Methods added to EcmaScript 5]== | ||
You down with OOP? | |||
"Yeah you know me!" | |||
== [https://noisebridge.net/wiki/JavaScript/Notes/Scope Scope Chain and Identifier Resolution]== | == [https://noisebridge.net/wiki/JavaScript/Notes/Scope Scope Chain and Identifier Resolution]== | ||
Revision as of 23:42, 30 October 2013
Array Methods added to EcmaScript 5
You down with OOP?
"Yeah you know me!"
Scope Chain and Identifier Resolution
Interface-Based Design
Two interfaces with a similar signature. The Devil's in the details -- encapsulate them!
Event Notification System
An abstract system for event notification.
DOM Events Adapter
An system for DOM event notification, designed to handle delegation and specific event models.
Factory
The Factory pattern, the Decorator pattern, newApply, and the holy grail: Abstract Factory.