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

Wednesday, December 5, 2012

Codecademy: Codeyear Deal Me in


//sample solution


// Declare a new variable "card"
// Assign it a random number between 1 and 52
var card = Math.floor(Math.random()*52 + 1);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts