превратить итератор в массив JS
var arr = Array.from(map.entries());
Rich Rook
var arr = Array.from(map.entries());