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 047ebc8

Browse files
authored
Merge pull request #1259 from Violet-Bora-Lee/patch-24
minor
2 parents 192c411 + a645a24 commit 047ebc8

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 (ToPrimitive returned string => concatenation)
199+
alert(obj + 2); // 22 (toString returned string => concatenation)
200200
```
201201

202202
## Summary

0 commit comments

Comments
(0)

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