An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## 部分js函数实现

已实现js原生函数:
+ apply
+ bind
+ call
+ assign
+ new

其他js功能实现:
+ deepclone(深拷贝)
+ inherit(继承)
+ this
+ Promise(实现思路: 个人博客'你觉得自己实现一个Promise很简单么')