Skip to content

Commit ee13ccb

Browse files
authored
smth
1 parent 5d5238d commit ee13ccb

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/09-object-toprimitive

1 file changed

+1
-1
lines changed

1-js/04-object-basics/09-object-toprimitive/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ let obj = {
250250
}
251251
};
252252

253-
alert(obj + 2); // 22 ("2" + 2), conversion to primitive returned a string => concatenation
253+
alert(obj + 2); // 22 ("2" + 2), преобразование к примитиву вернуло строку => конкатенация
254254
```
255255

256256
## Итого

0 commit comments

Comments
 (0)