InterviewSolution
Saved Bookmarks
| 1. |
Explain what are detection mutation methods and array detection non-mutation methods? List three array detection mutation methods and two array detection non-mutation methods with their uses? |
|
Answer» Mutation methods ALTER the original array. Following are the list of array mutation methods that initiate VIEW updates
Below are the methods that don't mutate the original array but return a new array and are CALLED non-mutation methods.
|
|