Remove Duplicate Values from Array 2


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

This snippet is based on this snippet: http://snipplr.com/view/45323/remove-duplicate-values-from-array/
The difference is that this function is an extension of the Array object and that it cleans the duplicates from the input Array instead of creating a new array with the unique values.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.