minor
This commit is contained in:
parent
192c4115fa
commit
a645a24873
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ For instance:
|
|||
}
|
||||
};
|
||||
|
||||
alert(obj + 2); // 22 (ToPrimitive returned string => concatenation)
|
||||
alert(obj + 2); // 22 (toString returned string => concatenation)
|
||||
```
|
||||
|
||||
## Summary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue