const a = 10n ** 3n;
const b = BigInt(Number.MAX_SAFE_INTEGER) + 1n;
const c = b + 1n;
console.log(typeof a);
console.log(a === 1000n);
console.log(b === c);
console.log(5n / 2n);
Post #3089
3.01K
CHALLENGE
- ❤ 3
- 🔥 3
- 👍 1