> `// removing elements > animals.remove(animals.findWhere({name: 'cat'})); > grouped_animals.pluck('id'); // ['black', 'green']` On the explanation of 'How does it work?' In this code is it meant to read the animal as bird instead of cat that is removed?
On the explanation of 'How does it work?'
In this code is it meant to read the animal as bird instead of cat that is removed?