filmov
tv
What Are Numbers in JavaScript

Показать описание
Regular numbers in JavaScript are stored in 64-bit format IEEE-754, also known as “double-precision floating-point numbers”. These are numbers that we're using most of the time, and we'll talk about them in this chapter. BigInt numbers, to represent integers of arbitrary length.