Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 118: Enhanced Object Literals
Implement `sumValues(obj)` returning the sum of all numeric values.
+ 1 hidden test run on Submit.
Summing Object.values with reduce totals the numeric values.
Run your code to see results.