{"ScriptPreparationCode":"window.source = Array.from(Array(1000).keys());\r\nwindow.target = Math.random() * source.length;","TestCases":[{"Name":"Array.find","Code":"const result = source.find(lookup =\u003E target === lookup);","IsDeferred":false},{"Name":"Array.find (as boolean)","Code":"const result = !!source.find(lookup =\u003E target === lookup);","IsDeferred":false},{"Name":"Array.some","Code":"const result = source.some(lookup =\u003E target === lookup);","IsDeferred":false}]}