javascript select new array with lesser columns from old array Edit
I have an array of objects with many properties. I want to create a copy of this array with a lesser number of properties. how can this be done using javascript.
s
I have an array of objects with many properties. I want to create a copy of this array with a lesser number of properties. how can this be done using javascript.