Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Numbers in javascript

Numbers in javascript

JSのNumberについて

More Decks by Taketoshi Aono(青野健利 a.k.a brn)

Other Decks in Programming

Transcript

  1. // Bigint! 10n + 10n // 20n! 10n + 10

    // Error! typeof 10n // 'bigint'! BigInt('100') // 100n!