The number type in JavaScript holds integers and floats: javascript. const integer = 4;. const float = 1.5;. typeof integer; // => 'number'.
確定! 回上一頁