Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binbiubiubiu/note
干货满满
https://github.com/binbiubiubiu/note
fontend js notebook
Last synced: 16 days ago
JSON representation
干货满满
- Host: GitHub
- URL: https://github.com/binbiubiubiu/note
- Owner: Binbiubiubiu
- Created: 2019-11-10T11:57:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T13:16:35.000Z (about 5 years ago)
- Last Synced: 2024-11-24T19:43:31.450Z (28 days ago)
- Topics: fontend, js, notebook
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 收集的各种干货
### 常见手写代码试题
- [判断是否是电话号码](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%88%A4%E6%96%AD%E6%98%AF%E5%90%A6%E6%98%AF%E7%94%B5%E8%AF%9D%E5%8F%B7%E7%A0%81.js)
- [字符串查找](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%9F%A5%E6%89%BE.js)
- [实现Event(event bus)](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0Event(event%20bus).js)
- [实现JSON.parse](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0JSON.parse.js)
- [实现Promise](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0Promise.js)
- [实现apply方法](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0apply%E6%96%B9%E6%B3%95.js)
- [实现bind](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0bind.js)
- [实现instanceOf](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0instanceOf.js)
- [实现一个call](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0%E4%B8%80%E4%B8%AAcall.js)
- [实现千位分隔符](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0%E5%8D%83%E4%BD%8D%E5%88%86%E9%9A%94%E7%AC%A6.js)
- [实现类的继承](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0%E7%B1%BB%E7%9A%84%E7%BB%A7%E6%89%BF.js)
- [实现节流函数(throttle)](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0%E8%8A%82%E6%B5%81%E5%87%BD%E6%95%B0%EF%BC%88throttle%EF%BC%89.js)
- [实现防抖函数(debounce)](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E5%AE%9E%E7%8E%B0%E9%98%B2%E6%8A%96%E5%87%BD%E6%95%B0%EF%BC%88debounce%EF%BC%89.js)
- [查找字符串中出现最多的字符和个数](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E6%9F%A5%E6%89%BE%E5%AD%97%E7%AC%A6%E4%B8%B2%E4%B8%AD%E5%87%BA%E7%8E%B0%E6%9C%80%E5%A4%9A%E7%9A%84%E5%AD%97%E7%AC%A6%E5%92%8C%E4%B8%AA%E6%95%B0.js)
- [模拟Object.create](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E6%A8%A1%E6%8B%9FObject.create.js)
- [模拟new](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E6%A8%A1%E6%8B%9Fnew.js)
- [模板引擎实现](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E6%A8%A1%E6%9D%BF%E5%BC%95%E6%93%8E%E5%AE%9E%E7%8E%B0.js)
- [深克隆(deepclone)](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E6%B7%B1%E5%85%8B%E9%9A%86%EF%BC%88deepclone%EF%BC%89.js)
- [解析 URL Params 为对象](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E8%A7%A3%E6%9E%90%20URL%20Params%20%E4%B8%BA%E5%AF%B9%E8%B1%A1.js)
- [转化为驼峰命名](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E8%BD%AC%E5%8C%96%E4%B8%BA%E9%A9%BC%E5%B3%B0%E5%91%BD%E5%90%8D.js)
- [验证是否是身份证](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E9%AA%8C%E8%AF%81%E6%98%AF%E5%90%A6%E6%98%AF%E8%BA%AB%E4%BB%BD%E8%AF%81.js)
- [验证是否是邮箱](https://github.com/Wildlifes/blog/blob/master/%E5%B8%B8%E8%A7%81%E6%89%8B%E5%86%99%E4%BB%A3%E7%A0%81%E8%AF%95%E9%A2%98/%E9%AA%8C%E8%AF%81%E6%98%AF%E5%90%A6%E6%98%AF%E9%82%AE%E7%AE%B1.js)