blob: 27e9a39382c1703b1188a6e4950eb81dfe0838a8 [file] [log] [blame]
function test() {
return Math.max(..."1234") === 4;
}
if (!test())
throw new Error("Test failed");