Value Type: Number

When a number is assigned to a variable, the variable becomes a number type:

let x = 3;

This is only true if the value is only a number, and no other type.

In the next section, we'll talk about strings.

Next