Numbers in JavaScript
Sep 13, 2021 · 2 min read · In JavaScript Every Number is Floating Point Number(Like Decimal Number). Actually in double-precision 64 bit binary format 😳️ Ahh Too much . But yes Like double in c or c++ so 23 === 23.0 it returns True which is not the case in other programming L...
Join discussion
