Skip to content

Commit e4b619c

Browse files
authored
Обновил визуализацию результата
1 parent 4e2a519 commit e4b619c

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
@@ -252,7 +252,7 @@ let obj = {
252252
}
253253
};
254254

255-
alert(obj + 2); // 22 ("2" + 2), преобразование к примитиву вернуло строку => конкатенация
255+
alert(obj + 2); // "22" ("2" + 2), преобразование к примитиву вернуло строку => конкатенация
256256
```
257257

258258
## Итого

0 commit comments

Comments
 (0)