biggest number that can be processed in JS code example
Example: javascript int max
console.log(Number.MAX_SAFE_INTEGER);
// expected output: 9007199254740991
console.log(Number.MAX_SAFE_INTEGER);
// expected output: 9007199254740991