js常用链接小飞机
此处主要记录了一些在编程过程中需要使用或者可以参考学习的文档地址,方便快速跳转查看。
学习
设计模式
https://design-patterns.readthedocs.io/zh_CN/latest/creational_patterns/creational.html
JavaScript
阅读需知
- 建议阅读英文版本。有时候中文翻译省略了很多内容,表达不是很完整。
数组 Array
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
字符串
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String
图标库
阿里:https://www.iconfont.cn/
Material: https://material.io/resources/icons/?style=baseline
工具类
lodash: https://lodash.com/docs/4.17.15#differenceWith
underscore: https://underscorejs.org