Math is an object that contains several constants like Math.PI and methods like Math.random() that help us solve mathematical problems.
Sweet! Math.PI is a constant, a variable that can't be changed, and Math.random() produces a random number between 0 and 1.
Does it make sense to access the PI property of Math in this manner?