Update task.md

This commit is contained in:
vasilevx 2019-02-22 02:55:57 +03:00 committed by GitHub
parent b180a943ba
commit 68109cfee5
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");
*/!*
```