JavaScript/Notes/: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Garrett (talk | contribs)
No edit summary
Garrett (talk | contribs)
No edit summary
Line 1: Line 1:
You down with OOP?  
You down with OOP? - Yeah you know me!
 
In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming.
 
== [https://noisebridge.net/wiki/JavaScript/Notes/Array Introduction]
Hearken to the days of <code>view-source:</code>! The history of free online education for web programming led the web where it is today.


"Yeah you know me!"
== [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]==



Revision as of 09:43, 31 October 2013

You down with OOP? - Yeah you know me!

In this course, I'll explore Object Oriented JavaScript as it pertains to client side web programming.

== Introduction Hearken to the days of view-source:! The history of free online education for web programming led the web where it is today.

Two interfaces with a similar signature. The Devil's in the details -- encapsulate them!

An abstract system for event notification.

An system for DOM event notification, designed to handle delegation and specific event models.

The Factory pattern, the Decorator pattern, newApply, and the holy grail: Abstract Factory.

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