Skip to content

Commit 4ad364a

Browse files
committed
translated 07-map-set article
1 parent 6df4cac commit 4ad364a

File tree

2 files changed

+114
-121
lines changed

2 files changed

+114
-121
lines changed

1-js/05-data-types/07-map-set/03-iterable-keys/task.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ importance: 5
44

55
# Chiavi iterabili
66

7-
<<<<<<< HEAD:1-js/05-data-types/07-map-set-weakmap-weakset/03-iterable-keys/task.md
87
Vogliamo avere un rray di `map.keys()` e poterci lavorare.
98

109
Ma c'è un problema:
11-
=======
12-
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`.
13-
14-
But that doesn't work:
15-
>>>>>>> 9bfc8cfa9c055bdcbc8f40471fc52e011687a728:1-js/05-data-types/07-map-set/03-iterable-keys/task.md
1610

1711
```js run
1812
let map = new Map();

0 commit comments

Comments
 (0)