I have the following 2 array:
Array 1:
var datos1=[1,2,3,4,5,6,7];
Array 2:
var datos2=[3,5,7];
What I want is to fill a new array where the data that is not present in var datos2 is saved, for example: [1,2,4,6] , I am...
asked by
22.02.2018 / 05:06