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

Wednesday, December 5, 2012

Codecademy: Codeyear Better, Stronger, Faster


//sample solution


var i;
var animals = ["cat", "dog", "ferret"];
var length = animals.length;
// Loop goes here
for(i=0;i<length;i++){
console.log(animals[i]);
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts