JS30-22-Follow-Along-Link-Highlighter 發表於 2018-04-21 | 分類於 JS , JS30 | 0 comments 滑鼠移動到特定位置產生highlight效果 閱讀全文 »
JS30-18-Adding-Up-Times-with-Reduce 發表於 2018-04-18 | 分類於 JS , JS30 | 0 comments 利用 map() 與 reduce() 來計算播放清單的總秒數。 閱讀全文 »
JS30-17-Sort-Without-Articles 發表於 2018-04-18 | 分類於 JS , JS30 | 0 comments 將陣列中的資料,去除冠詞(Articles)後,再進行排序。 閱讀全文 »