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

Tuesday, December 4, 2012

Codecademy: Codeyear Strings in arrays


//sample solution


// Define the variable animals here
var animals = ["cat","dog","monkey"];

// Then we'll print them out one by one
console.log(animals[0]);
console.log(animals[1]);
console.log(animals[2]);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts