1.javascript-algorithms(基于javascript的算法和数据结构) https://github.com/trekhleb/javascript-algorithms 2.nodebestpractices(Node.js最佳实践) https://github.com/goldbergyoni/nodebestpractices 3.You-Dont-Know-JS(你不知道的js这本书的开源版本) https://github.com/getify/You-Dont-Know-JS 4.clean-code-javascript(教你如何写出更好可读性的js代码) https://github.com/ryanmcdermott/clean-code-javascript 5.30-seconds-of-code(开发时常用的简短代码) https://github.com/30-seconds/30-seconds-of-code
国内极速版—–
https://gitee.com/mirrors/javascript-algorithms/tree/master - JS 算法
- https://gitee.com/mirrors/nodebestpractices?_from=gitee_search - node 最佳实践
- https://gitee.com/crazy3/You-Dont-Know-JS?_from=gitee_search -你不知道的js
- https://gitee.com/mirrors_trending/clean-code-javascript?_from=gitee_search - 好坏代码之分
- https://gitee.com/seconds-of-code/30-seconds-of-code?_from=gitee_search - 30s code?