Login
From:
v8.dev
(Uncensored)
subscribe
BigInt: arbitrary-precision integers in JavaScript · V8
https://v8.dev/features/bigint
links
backlinks
Roast topics
Find topics
Find it!
BigInts are a new numeric primitive in JavaScript that can represent integers with arbitrary precision. This article walks through some use cases and explains the new functionality in Chrome 67 by comparing BigInts to Numbers in JavaScript.