Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

remove same occurances in two different arrays js

array1 = array1.filter(val => !array2.includes(val));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #occurances #arrays #js
ADD COMMENT
Topic
Name
2+7 =