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

Friday, December 7, 2012

Codecademy: Codeyear Getting Values


//sample solution


//Here's the array from the last exercise
var suits = ["hearts","clubs","diamonds","spades"];

//Get the 3rd item in the suits array and write it to the console
console.log(suits[2]);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts