0
Explain the code please. Thanks
let map = new Map() ; map. set('k1', '1').set('k2', '2'); map.get ('k1') ; for(let kv of map.entries()) console.log('kv[1]');
2 ответов
+ 2
Hmmm okay thanks for the help :D thats exactly where i was getting confused lol
0
The answer is 1 2