{"ScriptPreparationCode":"var rows = [\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n {a: 1, b: 2, c: 3},\r\n];\r\n","TestCases":[{"Name":"lodash","Code":"_.forEach(rows, function(row) {\r\n\treturn row.a \u002B row.b \u002B row.c;\r\n});","IsDeferred":false},{"Name":"native","Code":"rows.forEach(function(row) {\r\n\treturn row.a \u002B row.b \u002B row.c;\r\n});","IsDeferred":false}]}