rsschool-cv

Name: Pavel Herasimovich

Contacts:

});

Answer:

function arrayDiff(a, b) {

#### return a.filter(e => !b.includes(e));

}

Skils: