We're a place where coders share, stay up-to-date and grow their careers.
const extract = (array, column)=>array.map(entry=>entry[column])
Discussion on: What’s your alternative solution? Challenge #48