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

Sunday, December 16, 2012

Codecademy Sample Solution: Codeyear Say Hello with Javascript



// sample solution to script.js

function sayHello(name) {
    alert("Hello "+name+"!");
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts