rauschma / exploring-js

20 stars 0 forks source link

Chapter: Bigints – arbitrary-precision integers #50

Open rauschma opened 4 years ago

vsemozhetbyt commented 3 years ago

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

vsemozhetbyt commented 3 years ago

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

damianstasik commented 3 years ago

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

rauschma commented 2 years ago

@visualfanatic Good catch! Fixed in next release.

rauschma commented 2 years ago

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