Merge Two Objects

Objects ยท medium

Implement `merge(a, b)` returning a new object combining both, where keys in `b` override keys in `a`.

Learning resources

Loading...

Run your code to see results.