michael@0: var s = '', x = {a: 1, b: 2, c: 3}; michael@0: for (let x in eval('x')) michael@0: s += x; michael@0: assertEq(s, 'abc');