Code must be as clean and easy to read as possible , best practice also can avoid error — 🔖 文章索引
1. Using JavaScript Code Styling
2. 幫 variables/functions 好好命名吧
3. 註解你的程式碼
4. 給 parameter/variables 預設值
5. 善用 Optional Chaining
6. Handle Error
7. Avoid using too m …