1 2 3 4 5 6 7 8 9
let it; const evil = { [Symbol.iterator]() { it.return(); return [][Symbol.iterator](); } }; it = Iterator.concat(evil); it.next();