What is the simplest way to compare 1-dimensional objects?

后端 未结 0 1924
北荒
北荒 2020-12-13 01:38

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题