blob: 961de5731849f6a7c1c66d88c95185257f100c58 [file] [log] [blame]
function test() {
return typeof Array.prototype.find === 'function';
}
if (!test())
throw new Error("Test failed");