本页仅为文字内容,不可回答。

中级前端开发工程师笔试题(二)

您好,感谢您能抽出宝贵的时间来参与此次调查问卷!
下面代码的输出是什么?const shape = { radius: 10, diameter() { return this.radius * 2; }, perimeter: () = 2 * Math.PI * this.radius};shape.diameter();shape.perimeter();
20 and 62.83185307179586
20 and NaN
20 and 63
NaN and 63
哪个选项是不正确的?const bird = { size: small};const mouse = { name: Mickey, small: true};
mouse.bird.size
mouse[bird.size]
mouse[bird[size]]
All of them are valid
vue列表渲染时key的作用
    ____________
什么是重绘和回流,应该如何规避?
    ____________
手机
    ____________