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

Saturday, December 8, 2012

Codecademy: Codeyear Put that loop in a function


//sample solution


function countTo(int){
for(var i=1;i<=int;i++){
console.log(i);
}
}
countTo(5);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts