Skip to content

Commit 76547f8

Browse files
authored
Update README.md
手写parseInt的实现
1 parent 296985d commit 76547f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
- [解析 call/apply 原理,并手写 call/apply 实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/78)
150150
- [解析 bind 原理,并手写 bind 实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/81)
151151
- [手写 Promise 源码实现](https://github.com/sisterAn/JavaScript-Algorithms/issues/85)
152+
- [百度:手写parseInt的实现,要求简单一些,把字符串型的数字转化为真正的数字即可,但不能使用JS原生的字符串转数字的API,比如Number()](https://github.com/sisterAn/JavaScript-Algorithms/issues/89)
152153

153154
## 从0到1构建完整的数据结构与算法体系
154155

0 commit comments

Comments
 (0)