open_in_new
content_copy
function arrayDiff(a, b) { return a.filter(x => !b.includes(x)) }