Skip to content

Commit e1ccd6a

Browse files
authored
fix
1 parent c5d6340 commit e1ccd6a

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
@@ -41,7 +41,7 @@ JavaScript совершенно не позволяет настраивать,
4141
// вывод
4242
alert(obj);
4343

44-
// используем объект в качестве ключа свойства
44+
// используем объект в качестве ключа
4545
anotherObj[obj] = 123;
4646
```
4747

0 commit comments

Comments
 (0)