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

Monday, December 3, 2012

Codecademy: Codeyear Function calls as values


//sample solution


// Define quarter here.
var quarter = function(num){
return num/4;
};

if (quarter(4) === 1) {
  console.log("The statement is true.");
} else {
  console.log("The statement is false.");
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts