Skip to content

Commit

Permalink
新增字节二面
Browse files Browse the repository at this point in the history
  • Loading branch information
chaochao2-0 committed Nov 9, 2023
1 parent 4a784c0 commit 96184e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/速记/webgl.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ const aa = (arr) => {
}
```
- 鼠标点击焦点,我这边点击,你那边会同步显示谁点击在什么位置,这个效果是如何实现的?
- vue模板编译成AST后,最后又变成了什么形式,最终在浏览器中渲染成了html
- vue模板编译成AST后,最后又变成了什么形式,最终在浏览器中渲染成了html

## 字节二面
- 对webpack、vite的配置有些什么理解
- promise.race的实现
- 数组的reduce方法实现
- ts的使用熟练度怎么样
- node的进程使用

0 comments on commit 96184e8

Please sign in to comment.