选择题1432/1530输出什么?

1function compareMembers(person1, person2 = person) { 2 if (person1 !== person2) { 3 console.log("Not the same!") 4 } else { 5 console.log("They are the same!") 6 } 7} 8 9const person = { name: "Lydia" } 10 11compareMembers(person)
难度:
2021-07-02 创建

本题为单选题”

赞赏支持

预览

题库维护不易,您的支持就是我们最大的动力!