Object.__proto__ returns a function. What does that mean?
In Chrome,
Object.__proto__ returns ƒ () { [native code] }
whereas
Function.__proto__.__proto__.__proto__ returns null
Also, typeof Object is Function.
If type of Object is Function, Isn't everything in JavaScript a function?
I'm a newbie, Please help me out...
Mahesh Prasad
- 11
- 3
lang-js