希望藉由這三十天(2024/03/23~2024/04/23),提升自己的基本功
- Day0: 事前準備: 在開始前需要擬定每天學習主題,若有餘裕再搭配上刷題
- Day1: JavaScript & 瀏覽器
- Day2: window, document & event
- Day3: call stack and task queue
- Day4: 傳值&傳址、型別
- Day5: Array陣列
- Day6: Object陣列
- Day7: This
- Day8: Closure閉包
- Day9:Arrow Function箭頭函式
- Day10: Prototype原型鍊
- 前端面試題: https://namewjp.github.io/Front-end-interview/js.html#prototype-%E5%92%8C-proto-%E7%9A%84%E5%85%B3%E7%B3%BB%E6%98%AF%E4%BB%80%E4%B9%88
- Explain this: https://www.explainthis.io/zh-hant/swe-questions/frontend
- JavaScript基本功修煉: https://ithelp.ithome.com.tw/users/20128534/ironman/3460
- JS 原力覺醒: https://ithelp.ithome.com.tw/users/20106580/ironman/2503
- 前端30: https://medium.com/schaoss-blog/front-end-30-summary-931d8655d054
- JavaScript Programming Examples: https://www.geeksforgeeks.org/javascript-examples/?ref=shm#javascript-es6-examples
- MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript