I have another handy method, that I recently developed, that allows you to simply remove an item â or a group of items â from an array. Like with my implementation of JavaScript Method Overloading I wanted something that was concise, elegant, speedy, and highly effective. So hereâs the method that I came up with: // Array Remove - By John Resig (MIT Licensed) Array.prototype.remove = function(from
{{#tags}}- {{label}}
{{/tags}}