From c9fc7b78bc596f2cdeb005def66a330f2c875915 Mon Sep 17 00:00:00 2001 From: Sunny Fu <73089592+Sunny-117@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:05:12 +0800 Subject: [PATCH] Update JS hot100 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc1e720..7dc40ad 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Thank you to all the people who already contributed to js-challenges! - [寄生组合式继承](https://github.com/Sunny-117/Front-end-handwritten-question/issues/59) - [发布订阅者模式](https://github.com/Sunny-117/Front-end-handwritten-question/issues/60) - [岛屿数量](https://github.com/Sunny-117/js-challenges/issues/320) +- [实现有并行限制的 Promise 调度器](https://github.com/Sunny-117/Front-end-handwritten-question/issues/149) +- [实现一个 LazyMan ](https://github.com/Sunny-117/js-challenges/issues/382) ## 实现 Promise (hot)