{"ScriptPreparationCode":"var array = [{\r\n conn: Math.random() \u003E 0.9\r\n },{\r\n conn: Math.random() \u003E 0.9\r\n },{\r\n conn: Math.random() \u003E 0.9\r\n },{\r\n conn: Math.random() \u003E 0.9\r\n },{\r\n conn: Math.random() \u003E 0.9\r\n },{\r\n conn: Math.random() \u003E 0.9\r\n }\r\n];","TestCases":[{"Name":"fori","Code":"for (let i = 0, m = array.length; i \u003C m; i\u002B\u002B) {\r\n if (!array[i].conn) {\r\n\t\tarray[i];\r\n }\r\n}","IsDeferred":false},{"Name":".filter().foreach()","Code":"array.filter((a) =\u003E a.conn).forEach((a) =\u003E { a });","IsDeferred":false}]}