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

Friday, December 7, 2012

Codecademy: Codeyear Changing values


//sample solution


//Here's our suits array
var suits = ["hearts","clubs","diamonds","spades"];

//Set the 3rd item to be "Brooks Brothers"
suits[2] = "Brooks Brothers";
console.log(suits);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts