Sum object values

Write a function that takes an object (a) as argument. Return the sum of all object values.
JavaScript
Console