Answers for "what is the root object in javascript"

0

what is the root object in javascript

Function.prototype;                    // the empty function object
Function.prototype.__proto__;          // the default Object prototype
Object.prototype;                      // the default Object prototype
Object.prototype.__proto__;            // null
Posted by: Guest on May-06-2020

Code answers related to "what is the root object in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language