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

Thursday, December 6, 2012

Codecademy: Codeyear Becoming a Mathlete


//sample solution


// a familiar friend
var num1 = Math.random();
console.log(num1);

// use Math.pow and Math.max here
console.log(Math.pow(2,3));
console.log(Math.max(-15,-16));

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts