{"ScriptPreparationCode":null,"TestCases":[{"Name":"For","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027, \u0027helloa\u0027];\r\nfor (var b in a) {\r\n console.log(a); \r\n}","IsDeferred":false},{"Name":"For Each","Code":"var a = [\u0027hello\u0027, \u0027a\u0027, \u0027bc\u0027, \u0027helloa\u0027];\r\na.forEach((b) =\u003E console.log(b));","IsDeferred":false}]}