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

Tuesday, May 21, 2013

Codecademy Sample Solution: Functions are just objects



function myFunction() {
console.log("The callback fired");
}

function startTimer(func) {
func(myFunction, 500);
}

// Put the startTimer call here.
startTimer(setTimeout);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts