Github特殊查找小技巧
找空项目架子
xxx starter / xxx boilerplate
github后面加1s进入类似vscode的样式可以更好的阅读代码
1.javascript-algorithms(基于javascript的算法和数据结构)<br>
https://github.com/trekhleb/javascript-algorithms
2.nodebestpractices(Node.js最佳实践)<br>
https://github.com/goldbergyoni/nodebestpractices
3.You-Dont-Know-JS(你不知道的js这本书的开源版本)<br><br>
https://github.com/getify/You-Dont-Know-JS
4.clean-code-javascript(教你如何写出更好可读性的js代码)<br><br>
https://github.com/ryanmcdermott/clean-code-javascript
5.30-seconds-of-code(开发时常用的简短代码)<br><br>
https://github.com/30-seconds/30-seconds-of-code