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.
1 parent fc120b0 commit 73c20d8Copy full SHA for 73c20d8
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