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

Wednesday, December 5, 2012

Codecademy: Codeyear More dealing


//sample solution


var twoRandomScores = function(){
var score1 = Math.floor(Math.random()*10 + 1);
var score2 = Math.floor(Math.random()*10 + 1);
return score1 + score2;
};

twoRandomScores();

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts