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

Saturday, December 8, 2012

Codecademy: Codeyear Recursion starts with a function


//sample solution


// Define function multiplyBy10()
function multiplyBy10(num){
return num * 10;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts