We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6df4cac + 4ad364a commit 01d4e52Copy full SHA for 01d4e52
1-js/05-data-types/07-map-set/03-iterable-keys/task.md
@@ -4,15 +4,9 @@ importance: 5
4
5
# Chiavi iterabili
6
7
-<<<<<<< HEAD:1-js/05-data-types/07-map-set-weakmap-weakset/03-iterable-keys/task.md
8
Vogliamo avere un rray di `map.keys()` e poterci lavorare.
9
10
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
16
17
```js run
18
let map = new Map();
0 commit comments