What is the "name" next to [[Prototype]]? Why does the use of inheritance show the name of the parent constructor?

41 Views Asked by At

I am trying to understand what the name next to the [[Prototype]] property means. At first I thought it would be the "class" name (the constructor) of the object (thus, [[Prototype]] Object would refer to Object.prototype). However, the following example puzzled me. I don't understand what the name refers to.

I googled everywhere.

image

0

There are 0 best solutions below