What’s the biggest BigInt value in js as per spec
It seems like there is no maximum limit to a BigInt as per spec, which makes sense considering BigInts are supposed to be arbitrary-precision integers, whose “digits of precision are limited only by the available memory of the host system”. As for v8 specifically, according to this article on the v8 blog, the precision of … Read more