Why is the length of the array 4 when js console comes out, but 8 when it is clicked on?

clipboard.png
console comes out this kind of data.
the above data is returned in the background, but the length of the array becomes 8

after clicking.
Mar.03,2021

just interpret the result of console as lazy evaluation. Console initially presents only the status of the print time


it's interesting to try. Console.log records the status of the print point, but the value taken when clicked on is the current value, resulting in numerical inconsistencies.

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-1b362a8-343a0.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-1b362a8-343a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?