We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Numbers Review

JavaScript uses the number type for both integers and floating-point values.

const x = 3; // this is a "number"

const y = 5.14; // also just a "number"