Js console reported an error

report an error in chrome browser

clipboard.png
Why do you report an error like this in a browser?

Sep.06,2021

exceeds the maximum length specified in the JavaScript Number type. Here is the definition on MDN .

according to the ECMAScript standard, there is only one number type in JavaScript: values in the double-precision 64-bit binary format based on the IEEE 754 standard (- (263-1) to 263-1). It does not give a specific type of integer. In addition to being able to represent floating-point numbers, there are some signed values: + Infinity,-Infinity and NaN (non-numeric, Not-a-Number).
Menu