We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5238d commit ee13ccbCopy full SHA for ee13ccb
1-js/04-object-basics/09-object-toprimitive/article.md
@@ -250,7 +250,7 @@ let obj = {
250
}
251
};
252
253
-alert(obj + 2); // 22 ("2" + 2), conversion to primitive returned a string => concatenation
+alert(obj + 2); // 22 ("2" + 2), преобразование к примитиву вернуло строку => конкатенация
254
```
255
256
## Итого
0 commit comments