A function which, when given two strings, produces an object that represents the combination of the two strings with any differences indicated.
I want to practice writing javascript in a functional, declarative style and I feel like this is a good problem for it.