👾 smth

This commit is contained in:
Lavrentiy Rubtsov 2022-05-12 18:01:02 +06:00 committed by GitHub
parent 5fa86797bb
commit b70d33217a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {