diff --git a/remove dup.js b/remove dup.js new file mode 100644 index 0000000..86dda54 --- /dev/null +++ b/remove dup.js @@ -0,0 +1,16 @@ +// removing duplicates from arrray +var a =[1,3,5,3,2,7]; +var arr=[] +for(var i=0;i