This commit is contained in:
Violet.Lee 2019-08-21 18:28:07 +09:00 committed by GitHub
parent 192c4115fa
commit a645a24873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ For instance:
} }
}; };
alert(obj + 2); // 22 (ToPrimitive returned string => concatenation) alert(obj + 2); // 22 (toString returned string => concatenation)
``` ```
## Summary ## Summary