JavaScript BigInt
BigInt was introduced in ES2020. BigInt is one of the primitives in JavaScript.
Why We Need BigInt?
In JavaScript, regular numbers are represented internally as 64 bits. that means there are exactly 64 0's and 1's to represent any number. Only 53 out...
codechitra.hashnode.dev2 min read