选择题1447/1530输出什么?

1class Person { 2 constructor(name) { 3 this.name = name 4 } 5} 6 7const member = new Person("John") 8console.log(typeof member)
难度:
2021-07-02 创建

本题为单选题”

赞赏支持

预览

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