//@target: ES6 var map = new Map([["", true]]); for (const [k, v] of map) { k; v; }