There is currently an active proposal for this:
https://github.com/tc39/proposal-numeric-separator

On Wed, Jul 26, 2017 at 1:47 PM, Alexander Craggs <
[email protected]> wrote:

> Large number are hard to read in JavaScript, is 2384923842 over a
> billion?  Or just several hundred million.  One solution to this some
> languages have used is to allow underscores within numbers. You can
> immediately recognise 2_384_923_842 is a number in the billions, rather
> than millions.
>
> It would be nice to have such delimiters in large numbers in JavaScript as
> well, and I don't think it would be breaking.
>
> _______________________________________________
> es-discuss mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/es-discuss
>
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to