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