{"ScriptPreparationCode":"var arr = [123, 456, 789];\r\nvar count = 0;","TestCases":[{"Name":"Native","Code":"arr.forEach(function(v,i) {\r\n if (v.a != null) {\r\n \tcount\u002B\u002B; \r\n }\r\n})","IsDeferred":false},{"Name":"Lodash","Code":"_.forEach(arr, function(v,i) {\r\n if (v.a != null) {\r\n \tcount\u002B\u002B; \r\n }\r\n})","IsDeferred":false}]}