trivial: indefinite to definite article

This commit is contained in:
PetreM 2019-11-04 08:47:40 +02:00 committed by GitHub
parent b43e954391
commit f37e9e7be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ These methods must return a primitive value. If `toString` or `valueOf` returns
By default, a plain object has following `toString` and `valueOf` methods:
- The `toString` method returns a string `"[object Object]"`.
- The `valueOf` method returns an object itself.
- The `valueOf` method returns the object itself.
Here's the demo: