determine how we can find the largest numeric value that can be represented in JavaScript. code example
Example: javascript int max
console.log(Number.MAX_SAFE_INTEGER);
// expected output: 9007199254740991
console.log(Number.MAX_SAFE_INTEGER);
// expected output: 9007199254740991