top of page
Search

Concat,indexof,includes and reverse

  • zakariyesahid96
  • Jan 31, 2022
  • 1 min read
  • Concat is used to merge arrays.

  • index of is used just like string.

  • join crates string from array.

  • reverse is used for reversing array.

  • slice copies portion of an array.

  • splice removes or replaces elements.

  • concat.array add array together for example:

let cats(‘blue,’kitty)

let dog= ('rusty,'wyatt')

Cats.concat dogs

 
 
 

Comments


Post: Blog2_Post
  • Facebook
  • Twitter
  • LinkedIn

©2021 by zaktech96. Proudly created with Wix.com

bottom of page