{"ScriptPreparationCode":"var arr = [\u00271\u0027, \u00272\u0027, \u00273\u0027];","TestCases":[{"Name":"forEach(item) ...","Code":"var x;\r\narr.forEach(function(item) {\r\n x = item * 10;\r\n});","IsDeferred":false},{"Name":"forEach(function(item, index, array) ...","Code":"var x;\r\narr.forEach(function(item, index, array) {\r\n // index \u0026\u0026 item not used\r\n x = item * 10;\r\n});","IsDeferred":false}]}