Guest User

Untitled

a guest
Nov 8th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const testArray = ['Silver', 'Happy', 'Xan', 'Kevin']
  2.  
  3. testArray.splice(2, 0, 'Aiya', 'Dung')
  4.  
  5. console.log(testArray)
Advertisement
Add Comment
Please, Sign In to add comment