Javascript — 第07天

MonLes
·
·
IPFS
·



今日主題 📕
  • ES7
  • ES8
  • ES10(ES2019)
  • - flat()
🎃到github找source code | Here


ES7




ES8
  • 將空白插入開頭 padStart
  • 將空白插入末端 padEnd


  • keys
  • values
  • entries



替代Replacement




ES10
  • 平面化flat()
  • 如何flat 巢狀陣列(nested array)




  • 將開頭去空白 trimStart()
  • 將末端去空白 trimEnd()


  • fromEntries
  • entries


  • 抓錯好幫手 -- try & catch




進階迴圈(Advanced Loops)
  • 基礎迴圈(basic loops)


CC BY-NC-ND 2.0

Like my work? Don't forget to support and clap, let me know that you are with me on the road of creation. Keep this enthusiasm together!

MonLes嘗試從都市叢林回到魔法森林。 更多作品 | https://linktr.ee/monles
  • Author
  • More

React.js — 第07天

Javascript — 第09天

Javascript in Leetcode 22–24 | 面試問題