We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e00e87c + 1402f70 commit 012343bCopy full SHA for 012343b
1-js/08-prototypes/01-prototype-inheritance/article.md
@@ -131,7 +131,6 @@ There are only two limitations:
131
132
Also it may be obvious, but still: there can be only one `[[Prototype]]`. An object may not inherit from two others.
133
134
-
135
```smart header="`__proto__` is a historical getter/setter for `[[Prototype]]`"
136
It's a common mistake of novice developers not to know the difference between these two.
137
0 commit comments