impatient-js icon indicating copy to clipboard operation
impatient-js copied to clipboard

Chapter: Bigints – arbitrary-precision integers

Open rauschma opened this issue 4 years ago • 5 comments

rauschma avatar Jun 21 '20 06:06 rauschma

In "18.1 Why bigints?", the first link "(source)" lacks "href" value.

vsemozhetbyt avatar Feb 22 '21 21:02 vsemozhetbyt

In 18.5.2 BigInt.prototype.* methods: there may be unupdated placeholders — BigInt.prototype.toLocaleString(reserved1?, reserved2?). MDN suggests BigInt.prototype.toLocaleString([locales [, options]])

vsemozhetbyt avatar Mar 03 '21 22:03 vsemozhetbyt

Shouldn't priceInCents be a bigint here 18.3.1 Underscores (_) as separators in bigint literals [ES2021]?

damianstasik avatar Mar 13 '21 14:03 damianstasik

@visualfanatic Good catch! Fixed in next release.

rauschma avatar Jan 02 '22 12:01 rauschma

@vsemozhetbyt: Both changes will be in the next release. Thanks!

rauschma avatar Jan 02 '22 12:01 rauschma