JavaScript/Notes/: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
   
   
== [https://noisebridge.net/wiki/JavaScript/Notes/Introduction Introduction] ==
== [https://noisebridge.net/wiki/JavaScript/Notes/Introduction Introduction] ==
'''When'''Every Friday night from 7:00PM — 8:45PM.
<p>'''When''': Every Friday night from 7:00PM &mdash; 8:45PM.
'''Teacher''' Garrett Smith
<p>'''Teacher''': Garrett Smith
In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff.
In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff.



Revision as of 13:46, 12 November 2013

You down with OOP? - Yeah you know me!

Introduction

When: Every Friday night from 7:00PM — 8:45PM.

Teacher: Garrett Smith In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming. And some DOM stuff. Hearken to the days of view-source:! The history of free online education for web programming led the web where it is today.

Array Methods added to EcmaScript 5

ClassName Swap

Event Delegation and the Cascade.

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.

Parameter Object

Passing around lists of parameters? Typechecking arguments? Stop doing that. Here's how to make your code clearer and less error-prone.