Skip to content

Commit 2e64f22

Browse files
author
duwei28
committed
docs: update docs
1 parent 7b37191 commit 2e64f22

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# write-for-JavaScript
2-
总结关于面试中常见的js手写题
1+
# 总结关于面试中常见的 js 手写题
2+
3+
## 手写题
4+
5+
1. 发布订阅
6+
2. 生成 3\*3 的数组
7+
3. 数组扁平化
8+
4. v3 数据劫持
9+
5. 数组转树
10+
6. 树转数组
11+
7. 下划线转驼峰
12+
8. call
13+
9. apply
14+
10. bind
15+
11. url 参数问题
16+
12. 深拷贝
17+
13. map
18+
14. filter
19+
15. reduce
20+
16. Object.create
21+
17. Object.freeze
22+
18. arr_move
23+
19. 简易编译模块
24+
20. 红绿灯
25+
26+
## 排序算法
27+
28+
1. 冒泡排序
29+
2. 快速排序
30+
3. 选择排序
31+
4. 插入排序

0 commit comments

Comments
 (0)