Sweet! Math.PI is a constant, a variable that can't be changed, and Math.random() produces a random number between 0 and 1.
Math.PI
Math.random()
0
1
Does it make sense to access the PI property of Math in this manner?
PI
Math