top of page
Search

Concat,indexof,includes and reverse

zakariyesahid96
  • 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

2 views0 comments

Recent Posts

See All

Comments


Post: Blog2_Post
  • Facebook
  • Twitter
  • LinkedIn

©2021 by zaktech96. Proudly created with Wix.com

bottom of page