Math.PI // 3.141592657 Math.sqrt(4); // square root of 4 is 2. Math.random(); // random number between 0 and 1 //Add alerts or console.log statements to output these values.