Fix possible typo in 1.5.7 task
This commit is contained in:
parent
1431a2552e
commit
154bf024ac
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
|||
|
||||
# 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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue