此为历史版本和 IPFS 入口查阅区,回到作品页
MonLes
IPFS 指纹 这是什么

作品指纹

Javascript — 第 06天

MonLes
·



你可在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



CC BY-NC-ND 2.0 授权