SyntaxFix
Write A Post
Hire A Developer
Questions
There isn't a need for _.map or _.pluck since ES6 has taken off.
_.map
_.pluck
Here's an alternative using ES6 JavaScript:
clips.map(clip => clip.id)