Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, December 6, 2012

Codecademy: Codeyear Write Your Own


//sample solution

var comedy = {
schadenfreude: function(){
return "hi";
},
irony: function(){
alert("hi");
}
}
console.log(comedy.schadenfreude());
comedy.irony();

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts