字节商业部3.18前端实习面经(寄)
1自我介绍
2项目介绍
3前端存储
4http缓存
5ajax使用,其他传输方法
6跨域怎么解决
7盒模型
8display:inline有margin吗
9 原型链的题目
window.name = "ByteDance";
function A() {
this.name = -123;
}
A.prototype.getA = function() {
console.log(this.name);
return this.name+1;
};
let a = new A();
let funcA = a.getA
funcA() 原型链的题目
this.name中的this指向什么
funcA() 输出什么
10 手写一个数组展平,instanceof 和concat都可以实现
没了
#不给转正的实习,你还去吗##字节##字节面经##字节前端##软件开发2024笔面经#