https://github.com/jcyicai/wheels
练习造轮子,衡量学习效果
https://github.com/jcyicai/wheels
learning-javascript wheels
Last synced: 5 months ago
JSON representation
练习造轮子,衡量学习效果
- Host: GitHub
- URL: https://github.com/jcyicai/wheels
- Owner: jcyicai
- License: mit
- Created: 2022-07-27T06:52:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T06:50:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T17:53:12.875Z (8 months ago)
- Topics: learning-javascript, wheels
- Language: HTML
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**
介绍:手写节流方法