{"ScriptPreparationCode":"var array = new Array(1000).fill(\u0027\u0027);\r\narray = array.map((tem, idx) =\u003E idx)\r\nvar result = false;","TestCases":[{"Name":"for","Code":"for (var i = 0; i \u003C array.length; i\u002B\u002B) {\r\n if (array[i] === 888) {\r\n result = true;\r\n break;\r\n }\r\n}","IsDeferred":false},{"Name":"some","Code":"result = array.some(function(i) {\r\n return array[i] === 888;\r\n});","IsDeferred":false}]}