Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Revisions

2 of 3
added 11 characters in body

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...

lang-js

AltStyle によって変換されたページ (->オリジナル) /