What is the problem with the display of the JavaScript prototype chain in the browser?

function A() {

}

function B() {

}
B.prototype =  new A();
var b = new B()

Mar.28,2021

if the function does not specify a prototype, the system automatically generates one for it, the prototype is an "anonymous" empty object, and the prototype is the top-level Object object.

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