Implement `merge(a, b)` returning a new object combining both, where keys in `b` override keys in `a`.
Run your code to see results.