https://github.com/addonewr/js-func-realize
some js func realize
https://github.com/addonewr/js-func-realize
Last synced: 12 months ago
JSON representation
some js func realize
- Host: GitHub
- URL: https://github.com/addonewr/js-func-realize
- Owner: AddOneWR
- Created: 2019-02-14T08:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T01:02:06.000Z (about 7 years ago)
- Last Synced: 2025-01-08T02:13:08.854Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 部分js函数实现
已实现js原生函数:
+ apply
+ bind
+ call
+ assign
+ new
其他js功能实现:
+ deepclone(深拷贝)
+ inherit(继承)
+ this
+ Promise(实现思路: 个人博客'你觉得自己实现一个Promise很简单么')