We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193319c commit 91a89eaCopy full SHA for 91a89ea
1-js/09-classes/06-instanceof/article.md
@@ -93,7 +93,7 @@ The algorithm of `obj instanceof Class` works roughly as follows:
93
alert(rabbit instanceof Animal); // true
94
*/!*
95
96
- // rabbit.__proto__ === Rabbit.prototype
+ // rabbit.__proto__ === Animal.prototype (no match)
97
*!*
98
// rabbit.__proto__.__proto__ === Animal.prototype (match!)
99
0 commit comments