For the sake of completeness, let's assign a float, a number with a decimal place, to the height variable!

Nice! The maximum number of decimal places JavaScript can handle is 17, so we won't find the last digit of Pi this way.

Psst: behind the scenes of JavaScript, every number is a decimal.

Is that really a float?