What is the most efficient way in JavaScript to clone an array of uniform objects into one with a subset of properties for each object?
UPDATE
Performance-wise, that would be the most efficient way to do it, yes.