I'm new with JS, and i'm learning by video lectures. In one of the video, it was said that: "
numbers are always stored in a binary format"
and this is the reason that is very hard to represent some fraction that are very easy to represent in base 10 system we are used to.. I know some development languages (c,java,etc), Is there a difference between the way that numbers are stored in JS to the way it stored in java for example?