Skip to content

Commit 33b67f0

Browse files
authored
Merge pull request #815 from vasilevx/patch-1
Update task.md
2 parents df2f013 + 68109cf commit 33b67f0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/07-map-set-weakmap-weakset/03-iterable-keys

1 file changed

+1
-1
lines changed

1-js/05-data-types/07-map-set-weakmap-weakset/03-iterable-keys/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ map.set("name", "John");
1616
let keys = map.keys();
1717

1818
*!*
19-
// Error: numbers.push is not a function
19+
// Error: keys.push is not a function
2020
keys.push("more");
2121
*/!*
2222
```

0 commit comments

Comments
 (0)