Devographics / StateOfJS-2020

Other
103 stars 20 forks source link

BigInt description has small format issue #26

Open snegrus opened 3 years ago

snegrus commented 3 years ago

BigInt description has small format issue for the max number value. It currently states BigInt is a built-in object that provides a way to represent whole numbers larger than 253 - 1, instead of something around 2^53 - 1 or 253-1

SachaG commented 3 years ago

Looks like the MDN content itself is wrong on that one https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/index.json

SachaG commented 3 years ago

https://github.com/mdn/content/issues/1280