Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dcb9d87

Browse files
authored
trivial: indefinite to definite article (#1573)
trivial: indefinite to definite article
2 parents b43e954 + f37e9e7 commit dcb9d87

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/05-object-toprimitive

1 file changed

+1
-1
lines changed

‎1-js/04-object-basics/05-object-toprimitive/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ These methods must return a primitive value. If `toString` or `valueOf` returns
123123
By default, a plain object has following `toString` and `valueOf` methods:
124124

125125
- The `toString` method returns a string `"[object Object]"`.
126-
- The `valueOf` method returns an object itself.
126+
- The `valueOf` method returns the object itself.
127127

128128
Here's the demo:
129129

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /