New: Try Voli The Bear, Fast package manager (and not only) for Windows
JavaScript
// Write diff(a, b): items in array a that are NOT in array b.
function diff(a, b) {

}

// Write dedupe(arr): arr with duplicates removed, keeping first-occurrence order.
function dedupe(arr) {

}