loop sudut melalui nilai kunci dalam peta

this.map.forEach((value: string, key: string) => {
    console.log(key, value);
});
Juice WRLD