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