{"ScriptPreparationCode":"var testArray = [];\r\nfor (var i = 0; i \u003C 10000; i\u002B\u002B) {\r\n var n = Math.floor(Math.random() * 100);\r\n testArray.push({ id: n, text: \u0022hello\u0022 });\r\n}","TestCases":[{"Name":"Some","Code":"testArray.find(x =\u003E !testArray.some(y =\u003E y.id == 23));","IsDeferred":false},{"Name":"Includes","Code":"var ids = testArray.map(x =\u003E x.id);\r\ntestArray.find(x =\u003E !ids.includes(23));","IsDeferred":false}]}