We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bd55a4 + 13a6a75 commit 97ef862Copy full SHA for 97ef862
1-js/09-classes/07-mixins/article.md
@@ -69,7 +69,7 @@ let sayMixin = {
69
};
70
71
let sayHiMixin = {
72
- __proto__: sayMixin, // (or we could use Object.create to set the prototype here)
+ __proto__: sayMixin, // (or we could use Object.setPrototypeOf to set the prototype here)
73
74
sayHi() {
75
*!*
0 commit comments