Correct Answer : new() Method
Explanation : As the name suggests, mutation methods modifies the original array. The array mutation methods which trigger view updates are push(), pop(), shift(), unshift(), splice(), sort(), reverse()
push(), pop(), shift(), unshift(), splice(), sort(), reverse()