result = _.map object, (val, key) -> foo(val)
var result = _.map(object, function(val, key) { return foo(val) });