Let\'s say I have three 1-dimensional objects:
const FOO = { a: \'one\', b: \'two\', c: \'three\' }; const BAR = { a: \'one\', b: \'two\', c: \'three\' }; con