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

Tuesday, May 21, 2013

Codecademy Sample Solution: How to use a callback



function myFunction() {
// Put your console.log in here.
    console.log("The callback fired")
}

setTimeout(myFunction, 500);
console.log("Am I the first message?");

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts