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

Saturday, November 17, 2012

Codecademy: "Time to Blast Off!"



//sample solution
var i=10;
while(i>=0){
if(i === 0){
console.log("Blast Off!");
} else {
console.log(i);
}
i--;
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts