Javascript - Data Types - Bigint


BigInt is used to hold large integer values.

const a = 123456789012345n;
const b = BigInt(678967896789678678);