Implement `intersection(a, b)` returning the unique values present in both arrays, in the order they first appear in `a`.
Run your code to see results.