Adding Items With Splice( )
To add elements to the array, make a list of new items in the first textbox. Separate items with commas ( , ). Next, enter the index number where you want the first item inserted. Other new items will be placed in sequence. The array will update its indexing and length value automatically.
New Items (separate with commas):
Index Number For First Item:
|