https://github.com/lakphy/javascript-universe
JS手撕练习记录
https://github.com/lakphy/javascript-universe
Last synced: 8 months ago
JSON representation
JS手撕练习记录
- Host: GitHub
- URL: https://github.com/lakphy/javascript-universe
- Owner: Lakphy
- Created: 2023-05-28T06:56:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T11:09:09.000Z (almost 3 years ago)
- Last Synced: 2025-06-07T09:11:39.805Z (about 1 year ago)
- Language: JavaScript
- Size: 3.13 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-universe
JS 手撕练习记录
这是一个个人仓库,用来记录一些常见的 JS 手撕代码手撕原理题
如果你对我的写法存在疑问,欢迎来提 issue!
如果你有遇到仓库里没有的 JS 手撕题,也可以给我提 PR!
文件后缀标注说明:
- `*.util.js`:js 引擎未实现但常用/常考的方法
- `*.fun.js`:方法实现
- `*.op.js`:运算符实现
- `*.cls.js`:对象实现