# 目錄
# 基礎應用
# ES6
- 箭頭函式
- String Method
- 標籤樣板字面值
- Fetch API 和 Axios
- 非同步機制
- 透過 lazy loading 延遲載入圖片
- RegExp
- File API
- Virtualized List
- AbortController
# Functional Programming
- Pure Function
- Recursions
- pipe 和 compose
- 陣列運用
- Curry
- Composition
- Spread and Gather
- Partial Application
- 常用的 Ramda API
- Pointfree
- Functor
- Applicative
- Monad