判断题
[0]==0结果为false 。
错误(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
判断题 2+null的返回值是2。
判断题 继承的目的是获取父类的属性和方法。
判断题 class A {}class B extends A {}B.__proto__===A的答案是true 。