Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. var Dog,alli;Dog=function(){function a(a){this.name=a}return a.prototype.says=function(a){return console.log(this.name+(" says "+a+".")),this},a}(),alli=new Dog("Alli"),alli.says("Woof")