Number

Instance of

Class

Inherits from

Object

Description

Represents number represented as at least 4 bytes integer or at least 8 bytes floating-point number, implementation should choose an appropriate representation dynamically.

Example

console.write(1 + 2 * 3);

Expected output

7

Members

Inherited members

Properties

  • classPrototype