{"ScriptPreparationCode":"var values = [{a: 30310}, {b: 100303}, {c: 3040494}]","TestCases":[{"Name":"forEach lodash","Code":"var count = 0;\r\n_.forEach(values, function(v,i) {\r\n if (v.a != null) {\r\n \tcount\u002B\u002B; \r\n }\r\n})","IsDeferred":false},{"Name":"forEach native","Code":"var count = 0;\r\nvalues.forEach(function(v,i) {\r\n if (v.a != null) {\r\n \tcount\u002B\u002B; \r\n }\r\n})","IsDeferred":false}]}