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

Friday, December 7, 2012

Codecademy: Codeyear Finding the talent


//sample solution


var players = [];
players[0] = {'name':'Robert', hand: []};
players[1] = {'name':'Joe', hand: []};
//test
console.log(players);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts