We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df1f4a commit 6468283Copy full SHA for 6468283
README.md
@@ -145,6 +145,7 @@
145
- [字节:模拟实现 new 操作符](https://github.com/sisterAn/JavaScript-Algorithms/issues/71)
146
- [解析 call/apply 原理,并手写 call/apply 实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/78)
147
- [解析 bind 原理,并手写 bind 实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/81)
148
+- [手写 Promise 源码实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/85)
149
150
## 从0到1构建完整的数据结构与算法体系
151
0 commit comments