Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
const
testArray
=
[
'Silver'
,
'Happy'
,
'Xan'
,
'Kevin'
]
testArray.
splice
(
2
,
0
,
'Aiya'
,
'Dung'
)
console.
log
(
testArray
)