javascript · Javascript Basics
What does the 'splice' method do in an array?
Answers
- Removes and/or adds new elements to an array
- Joins two arrays into one
- Sorts the elements of an array
- Finds the index of an element in the array
javascript · Javascript Basics