{"ScriptPreparationCode":"window.a = Array(1_000_000).fill(2);","TestCases":[{"Name":"every","Code":"function isTwoEvery() {\r\n return a.every(x =\u003E x === 2);\r\n}\r\nisTwoEvery()","IsDeferred":false},{"Name":"for","Code":"function isTwoFor() {\r\n for (let i = 0, n = a.length; i \u003C n; i\u002B\u002B) {\r\n if (x !== 2) {\r\n return false;\r\n }\r\n }\r\n return true\r\n}\r\nisTwoFor()","IsDeferred":false}]}