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 ef06f59

Browse files
committed
minor
1 parent 3ed1024 commit ef06f59

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
@@ -196,7 +196,7 @@ For instance:
196196
}
197197
};
198198
199-
alert(obj + 2); // 22 (toString returned string => concatenation)
199+
alert(obj + 2); // 22 (conversion to primitive returned a string => concatenation)
200200
```
201201

202202
## Summary

0 commit comments

Comments
(0)

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