I’ve been checking the docs of Backbone and Underscore for a “proper” way to extract a model (remove the value and have it returned) from a collection. I know I can do this through direct access via the “models” array attribute and the splice method, but is that stepping around some built-in way I’m overlooking?
Share
From your comment:
Try this: