This commit is contained in:
Ilya Kantor 2019-08-21 12:33:13 +03:00
parent 3ed1024ae7
commit ef06f59b75

View file

@ -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