Merge pull request #2193 from vsemozhetbyt/patch-4

Fix possible typo in 1.5.7 task
This commit is contained in:
Ilya Kantor 2020-11-24 23:25:44 +03:00 committed by GitHub
commit 721172983d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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