Winkelkonvertieren Kartenwerte in Array
const values = Array.from(map.values());
Condemned Civet
const values = Array.from(map.values());