Are all the prototypes of ordinary objects in node empty?

let obj = {a:2,b:4}
console.log(obj.__proto__)
console.dir(Object.getPrototypeOf(obj))

node{}Object.prototype
Apr.24,2021

node just didn't type out the inenumerable ones


there is no difference. If there is no actual content in the object, the node will not be displayed.

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