What's this code snippet going to display in the console?

numberstringtypeof pi3.141592653589793

Perfect! The typeof operator reveals the data type of a value or variable. In the case of pi, that's number.

Snap! The typeof operator reveals the data type of a value or variable. In the case of pi, that's number.