Fix possible typo in 1.5.7 task

This commit is contained in:
Vse Mozhe Buty 2020-10-12 19:29:41 +03:00 committed by GitHub
parent 1431a2552e
commit 154bf024ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: