选择题1117题:输出什么?

1class Person { 2 constructor() { 3 this.name = "Lydia" 4 } 5} 6 7Person = class AnotherPerson { 8 constructor() { 9 this.name = "Sarah" 10 } 11} 12 13const member = new Person() 14console.log(member.name)
难度:
更新时间:2021-07-04

本题为单选题”

赞赏支持

预览

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