Skip to content

Commit

Permalink
👾 smth
Browse files Browse the repository at this point in the history
  • Loading branch information
Rnbsov authored May 12, 2022
1 parent 5fa8679 commit b70d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/09-classes/02-class-inheritance/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ What's odd about it?

If it's not clear yet, please compare with methods.

Here's the same code, but instead of `this.name` field, we call `this.showName()` method:
Here's the same code, but instead of `this.name` field we call `this.showName()` method:

```js run
class Animal {
Expand Down

0 comments on commit b70d332

Please sign in to comment.