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).
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b365f7-4ec72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b365f7-4ec72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?