{"ScriptPreparationCode":"toSum = (arr) =\u003E arr.reduce((prev, curr) =\u003E prev \u002B curr, 0);","TestCases":[{"Name":"Custom","Code":"toSum([1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7]);","IsDeferred":false},{"Name":"Lodash","Code":"_.sum([1, 2, 3, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7]);","IsDeferred":false}]}