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

Saturday, November 17, 2012

Codecademy: "Assembly line"


//sample solution

for(var i=100; i<=150; i++){
var square = i*i;
console.log(square);
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts