Skip to content

Commit 0a77cff

Browse files
lex111GordonDrop
andauthored
Update 1-js/08-prototypes/04-prototype-methods/2-dictionary-tostring/solution.md
Co-Authored-By: GordonDrop <ksimanov@gmail.com>
1 parent fce38c1 commit 0a77cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/08-prototypes/04-prototype-methods/2-dictionary-tostring

1-js/08-prototypes/04-prototype-methods/2-dictionary-tostring/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for(let key in dictionary) {
2222
alert(key); // "apple", затем "__proto__"
2323
}
2424

25-
// список свойств разделённых запятой выведен с помощью toString
25+
// список свойств, разделённых запятой, выведен с помощью toString
2626
alert(dictionary); // "apple,__proto__"
2727
```
2828

0 commit comments

Comments
 (0)