When we try to use a value of a data type that isn't made for a certain operation, JavaScript tries to convert it to a data type that is.

See that? The results of these automatic type conversions aren't always what we'd expect.

Don't we want to log the number variable?