Equivalent of Underscore _.pluck in pure JavaScript – Photoshop
I'm trying to recreate the Underscore pluck function using pure JS. However, I keep getting an array of undefineds being returned, instead of the actual values from the properties of the objects in an array. Checking another thread here I…