Skip to content

Commit ec99b2c

Browse files
authored
Merge pull request #1398 from Violet-Bora-Lee/patch-38
minor
2 parents 5a0a2f8 + bee66cb commit ec99b2c

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance

1 file changed

+1
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If we look for a property in `rabbit`, and it's missing, JavaScript automaticall
4343
4444
For instance:
4545
46-
```js run
46+
```js
4747
let animal = {
4848
eats: true
4949
};

0 commit comments

Comments
 (0)