add: if else 的优雅写法

This commit is contained in:
qianguyihao
2019-12-05 18:27:20 +08:00
parent 26452883f4
commit e7a406b75d
3 changed files with 142 additions and 30 deletions

View File

@@ -12,15 +12,24 @@
- 据说这个项目,是宝藏:<https://github.com/dexteryy/spellbook-of-modern-webdev>
## TS
- TypeScript 教程:<https://github.com/xcatliu/typescript-tutorial>
## 数据结构和算法
## 算法
- 数据结构和算法:<https://github.com/trekhleb/javascript-algorithms>
- leetcode解题之路<https://github.com/azl397985856/leetcode>
- 五分钟学算法:<https://github.com/MisterBooo/LeetCodeAnimation>
- LeetCode 攻略 - 2019 年 8 月上半月汇总109 题攻略):<https://juejin.im/post/5d522f7cf265da03c926ede5>
- 极客时间 App 的《数据结构与算法之美》
## 前端教程类
## 其他
- 单元测试:<https://github.com/goldbergyoni/javascript-testing-best-practices>
@@ -29,7 +38,6 @@
- 反向面试(反问面试官的问题):<https://github.com/yifeikong/reverse-interview-zh>
- 掘金前端面试题合集:<https://github.com/shfshanyue/blog/blob/master/post/juejin-interview.md>
## 博客
@@ -46,3 +54,7 @@
- 中国程序员容易发音错误的单词:<https://github.com/shimohq/chinese-programmer-wrong-pronunciation>
## 学会提问