JavaScript/Notes/

From Noisebridge
Jump to navigation Jump to search

Array Methods added to EcmaScript 5

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.