add comma

This commit is contained in:
Lavrentiy Rubtsov 2022-05-07 15:55:32 +06:00 committed by GitHub
parent 060d8fe8fd
commit 35d465c62b
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 {