FRANKLIN
Wednesday, 25 September 2013
Duplicate values removal using Javascript
Duplicate values removal using Javascript
var arr1=["a","b","b","c","c","d"];
var arr2=["b","c",];
arr1 has duplicate values which are listed in arr2. Now I want to remove
the duplicate values from arr1 using arr2. Is it possible?
No comments:
Post a Comment
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment