React Js Quiz
Home
Blog
Privacy Policy
Contact Us
React Hooks - useEffect Quiz
Which of the following can be the possible arguments of useEffect()?
Report this question
Callback function
Dependency array
None
Both
Show Explanation
UseEffect() can take two possible arguments which are Callback function and dependency array.
Next Question (6/22)