Question 8
Consider the below Vuex store configuration:
If the addItemAsync action is dispatched with the item 'React', what will be the state of items after 2 seconds?
['Angular', 'Vue']
['Angular', 'Vue', 'React']
['React']
['Angular']
Consider the below Vuex store configuration:
If the addItemAsync action is dispatched with the item 'React', what will be the state of items after 2 seconds?
['Angular', 'Vue']
['Angular', 'Vue', 'React']
['React']
['Angular']
Correct answer
['Angular', 'Vue', 'React']
Question 8 of 29 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 10 May 2026, in the January 2026 term (Modern Application Development Ii 06 May 26). It carries 3 marks.