Merge pull request #2193 from vsemozhetbyt/patch-4
Fix possible typo in 1.5.7 task
This commit is contained in:
commit
721172983d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
||||||
|
|
||||||
# Iterable keys
|
# Iterable keys
|
||||||
|
|
||||||
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`.
|
We'd like to get an array of `map.keys()` in a variable and then apply array-specific methods to it, e.g. `.push`.
|
||||||
|
|
||||||
But that doesn't work:
|
But that doesn't work:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue