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