Skip to main content

One doc tagged with "bigints"

View All Tags

BigInt in JavaScript

BigInt is a new type of number in JavaScript. They are used to represent integers that are bigger than the max safe integer. - Frontend Interview Questions