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

Monday, November 5, 2012

Codecademy: Sample Solution to "Fundamental Funtions" under jQuery



var sayHello = function() {
return "hello";
}

var multiplyThree = function(x,y,z) {
return x * y * z;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts