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

Tuesday, December 4, 2012

Codecademy: Codeyear Random numbers


//sample solution

var score = Math.floor(Math.random()*20+1);
console.log(score);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts