+1 vote
in Redux by
A createStore function can have _________ arguments.

a) 1

b) 2

c) 3

d) 4

1 Answer

0 votes
by

Ans : C

Explanation: A createStore function can have three arguments. The following is the syntax : createStore(reducer, [preloadedState], [enhancer])

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
+1 vote
asked Jun 25, 2021 in Redux by SakshiSharma
...