Try adding 2. The result stays the same! Regular Numbers lose precision after 253 - 1.
const max = Number.MAX_SAFE_INTEGER; console.log(max + 2); // Wrong!
You can now calculate numbers larger than the universe.Ready to compare them?