On Thu, Jun 5, 2014 at 7:15 PM, Axel Rauschmayer <[email protected]> wrote: > ```js > // Compact ECMAScript 6 solution > // Risk: number overflow > [1, 5, 3, 12, 2].sort((a,b) => a-b) > ```
Is this really an issue for IEEE floating point? --scott _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

