BigInt

用来表示更大数值的整型

let a = 1n
console.log(typeof a)
console.log(BigInt(123))