https://github.com/softwaresing/try-implement-promise
實作完 Promise ,才算的上能給出承諾的男人
https://github.com/softwaresing/try-implement-promise
Last synced: 11 months ago
JSON representation
實作完 Promise ,才算的上能給出承諾的男人
- Host: GitHub
- URL: https://github.com/softwaresing/try-implement-promise
- Owner: SoftwareSing
- License: wtfpl
- Created: 2020-08-11T16:52:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T15:12:17.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T12:02:29.798Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try implement promise
[](https://github.com/standard/standard)
~~我以為我懂 Promise~~
現在我應該懂 Promise 了
## 參考資源
- [Promises/A+](https://promisesaplus.com/)
- [Promises/A+ Compliance Test Suite](https://github.com/promises-aplus/promises-tests)
- [MDN Promise](https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Reference/Global_Objects/Promise)
- [JavaScript Promise | 從 Promises/A+ 規範瞭解 Promise](https://medium.com/%E6%89%8B%E5%AF%AB%E7%AD%86%E8%A8%98/promises-a-plus-330dda203569)
- [JavaScript Promise | 為了瞭解原理,那就來實作一個 Promise 吧!](https://medium.com/%E6%89%8B%E5%AF%AB%E7%AD%86%E8%A8%98/implement-promise-aed55f3e84e9)
- [[JS]自己動手寫個Promise](https://medium.com/@b97201019/%E8%87%AA%E5%B7%B1%E5%8B%95%E6%89%8B%E5%AF%AB%E5%80%8Bpromise-1afc578405ea)