Hacker News new | ask | show | jobs
by ramensea 2966 days ago
I have run into the issue a few times. I've run into it most frequently when doing binary operations on 64bit numbers. When I first ran into the issue with going over `Number.MAX_SAFE_INTEGER`, it took me a long time to figure out that was the issue.

I can imagine this is an especially important advancement for server side JS. Not something I personally care about tho.