• 判斷 Array 是否有包含某一個值 Array.prototype.includes()
  • 判斷該元素是 Array 哪一個 Index Array.prototype.indexOf()
  • 將 Array 用指定的值 join 成一個字串 Array.prototype.join()
  • 判斷該是 Array 哪一個 Index,但是是從右邊開始算起 Array.prototype.lastIndexOf()
Continue reading
Author's picture

Miles

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


Web Developer


Taiwan