Numbers in JavaScript
There are two different kinds of numbers in JavaScript - numbers and "bigints"
Numbers are the most used, and represent numeric data type in the double-precision 64-bit floating-point format.
number: a numeric data type in the double-precision 64-bi...
zeeshansafdar.hashnode.dev5 min read