首页 > 作业帮前端一面面经
头像
维在小腐
编辑于 2020-08-10 15:50
+ 关注

作业帮前端一面面经

1.项目难点

2.css盒模型

3.BFC

4.未知宽高居中

5.写一个左侧宽度200px固定、右侧自适应的布局

6.css画一个扇形
.outer{

   width:0;

   height:0;

   border-width:100px;

   border-style:solid;

   border-color: red transparent transparent transparent;

   border-radius:50%;

}

7.闭包,内存泄露

8.原型,原型链

9.读程

image.png

10.对this的认识

11.读程

image.png

12.事件循环

13.读程

image.png

14.写代码,求二叉树最小深度

15.写代码,做二叉树镜像

16.写代码,二数之和

更多模拟面试

全部评论

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

推荐话题

相关热帖

近期热帖

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

近期精华帖

热门推荐