Skip to content

Commit 7211729

Browse files
authored
Merge pull request #2193 from vsemozhetbyt/patch-4
Fix possible typo in 1.5.7 task
2 parents aacdf01 + 154bf02 commit 7211729

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Iterable keys
66

7-
We'd like to get an array of `map.keys()` in a variable and then do apply array-specific methods to it, e.g. `.push`.
7+
We'd like to get an array of `map.keys()` in a variable and then apply array-specific methods to it, e.g. `.push`.
88

99
But that doesn't work:
1010

0 commit comments

Comments
 (0)