Hacker News new | ask | show | jobs
by st3v3r 3685 days ago
I have to disagree with #1. If they don't even know what an int is, that's a complete failure of the bootcamp.
1 comments

Every number in JavaScript is a floating point number of type, you guessed it, "number."
It's just an IEEE 754 double.