Merge pull request #815 from vasilevx/patch-1

Update task.md
This commit is contained in:
Ilya Kantor 2019-03-02 23:34:17 +03:00 committed by GitHub
commit 33b67f0241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ map.set("name", "John");
let keys = map.keys();
*!*
// Error: numbers.push is not a function
// Error: keys.push is not a function
keys.push("more");
*/!*
```