摘要:
功能如下: WeakMap 解决循环引用问题 支持拷贝的数据类型: 基本数据类型:number、string、boolean、undefined、null、symbol 引用数据类型:Date、RegExp、Function、Object、Map、Set 代码实现: 1 function clone 阅读全文
摘要:
实现功能如下: Promise构造函数 promise实例then方法 pomise实例catch方法 promise实例finally方法 Promise静态resolve方法 Promise静态reject方法 Promise静态all方法代码: 1 const Pending = 'pendi 阅读全文