Is there an elegant way to access the first property of an object...
Any reason not to do this?
> example.map(x => x.name); (3) ["foo1", "foo2", "foo3"]