We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b43e954 + f37e9e7 commit dcb9d87Copy full SHA for dcb9d87
1-js/04-object-basics/05-object-toprimitive/article.md
@@ -123,7 +123,7 @@ These methods must return a primitive value. If `toString` or `valueOf` returns
123
By default, a plain object has following `toString` and `valueOf` methods:
124
125
- The `toString` method returns a string `"[object Object]"`.
126
-- The `valueOf` method returns an object itself.
+- The `valueOf` method returns the object itself.
127
128
Here's the demo:
129
0 commit comments