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

https://github.com/jcyicai/wheels

练习造轮子,衡量学习效果
https://github.com/jcyicai/wheels

learning-javascript wheels

Last synced: 5 months ago
JSON representation

练习造轮子,衡量学习效果

Awesome Lists containing this project

README

          

# Wheels
练习造轮子,衡量学习效果

## 列表
#### **1、[EventEmitter](https://github.com/chenyicai622/Wheels/tree/main/EventEmitter)**
介绍:一个简单的事件模型,实现事件的订阅与发布

#### **2、[JcNew](https://github.com/chenyicai622/Wheels/tree/main/JcNew)**
介绍:手写new方法

#### **3、[Debounce](https://github.com/chenyicai622/Wheels/tree/main/Debounce)**
介绍:手写防抖方法

#### **4、[Throttle](https://github.com/chenyicai622/Wheels/tree/main/Throttle)**
介绍:手写节流方法