Array Remove Function


/ Published in: JavaScript
Save to your folder(s)

remove(array) --> array

Array.remove(a) simply removes all the items in the passed in array from the current scope array. Good for bulk operations.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.