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