We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a0a2f8 + bee66cb commit ec99b2cCopy full SHA for ec99b2c
1-js/08-prototypes/01-prototype-inheritance/article.md
@@ -43,7 +43,7 @@ If we look for a property in `rabbit`, and it's missing, JavaScript automaticall
43
44
For instance:
45
46
-```js run
+```js
47
let animal = {
48
eats: true
49
};
0 commit comments