首页 > 快手前端一面面经(校招)
头像
洳娅吖__
编辑于 2020-08-25 15:20
+ 关注

快手前端一面面经(校招)

1.如何使用两个栈实现一个队列?
2、new Fn() 的过程中发生了什么?
3、
var name = “global”;
function Person(name) {
this.name  = name;
this.sayName = () => {
console.log(this.name)
}
}
const personA = new Person(‘aaa’);
const personB = new Person(‘bbb’);
personA.sayName();
personB.sayName();
4、背景图宽度固定,高度自适应
background-size
5、外边距折叠

更多模拟面试

全部评论

(2) 回帖
加载中...
话题 回帖

相关热帖

近期热帖

历年真题 真题热练榜 24小时
技术(软件)/信息技术类
查看全部

近期精华帖

热门推荐