Google News
logo
Vue.JS - Quiz(MCQ)
Which of the following method is an array detection mutation method?
A)
new() Method
B)
Concat() Method
C)
Reverse() Method
D)
None of the above

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()

Advertisement