• 可累加 Array 的元素,也可以用來操作元素的值然後回傳 Array.prototype.reduce()
  • Array.prototype.reduce() 相似,差別在於是從右邊開始執行 Array.prototype.reduceRight()
  • 反向 Array 本身的值 Array.prototype.reverse()
  • 移除 Array 的第一個元素 Array.prototype.shift()
Continue reading
  • 判斷 Array 是否有包含某一個值 Array.prototype.includes()
  • 判斷該元素是 Array 哪一個 Index Array.prototype.indexOf()
  • 將 Array 用指定的值 join 成一個字串 Array.prototype.join()
  • 判斷該是 Array 哪一個 Index,但是是從右邊開始算起 Array.prototype.lastIndexOf()
Continue reading
  • page 1 of 1
Author's picture

Miles

I’m a person who is enthusiastic about Coding, and that’s my job by the way.


Web Developer


Taiwan