Hacker News new | ask | show | jobs
by ape4 1256 days ago
All numbers in JavaScript are floats, unless you make an array with Int8Array(). https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

I wonder if people sometimes make a one element integer array this way so they can have a integer to work with.