Sum object values with Object.values

Combine Object.values with .reduce to sum every value in the scores object.
JavaScript
Console