Javascript — 第 06天
IPFS
你可在github找到 source code | Here
本日主題
- 進階函式Advanced Function
- -閉包closure
- -currying
- -compose
- 進階陣列Advanced Arrays
- -forEach
- -mapArray
- -filter
- 進階物件Advanced Objects
- -reference type
- -context
- -instantiation
閉包Closure
- 一個函式執行
- 不會再跑一遍
- child scope會記得reference,可進入 parent scope
- 但parent scope 無法進入child scope
Currying
Compose
Advanced Arrays
forEach & mapArray 差異在於
mapArray總有回傳值(returned value)
forEach
mapArray
filter
reduce
超好用💪
進階物件advanced Object
reference type
context
就像是javascript環境
實例化instantiation
更多資訊 | MDN
喜欢我的作品吗?别忘了给予支持与赞赏,让我知道在创作的路上有你陪伴,一起延续这份热忱!
- 来自作者
- 相关推荐