Skip to content

Commit 8d8398b

Browse files
authored
Merge pull request #1946 from Filin3/patch-1
Обновил визуализацию результата
2 parents 4e2a519 + e4b619c commit 8d8398b

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)