We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cdec02 + 73c20d8 commit f1d070fCopy full SHA for f1d070f
1-js/08-prototypes/04-prototype-methods/article.md
@@ -28,7 +28,7 @@ let rabbit = Object.create(animal);
28
alert(rabbit.eats); // true
29
30
*!*
31
-alert(Object.getPrototypeOf(rabbit) === animal); // get the prototype of rabbit
+alert(Object.getPrototypeOf(rabbit) === animal); // true
32
*/!*
33
34
0 commit comments