michael@0: // map(x => x, 32) is two arguments, not one michael@0: michael@0: assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");