JSMinds

Play With BigInt Data Types

var bigNum = 123422222222222222222222222222222222222n console.log(bigNum) console.log(typeof(bigNum))