We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f91d87 commit ea05aa9Copy full SHA for ea05aa9
1-js/04-object-basics/09-object-toprimitive/article.md
@@ -253,7 +253,7 @@ let obj = {
253
}
254
};
255
256
-alert(obj + 2); // 22 ("2" + 2), conversion to primitive returned a string => concatenation
+alert(obj + 2); // "22" ("2" + 2), conversion to primitive returned a string => concatenation
257
```
258
259
## Summary
0 commit comments