React Js Quiz
Home
Blog
Privacy Policy
Contact Us
React Hooks - useContext Quiz
In the useContext hook, what should be passed as an argument to identify the context to be consumed?
Report this question
Context value
Context type
Context name
Context object
Show Explanation
The argument passed to useContext is the context object, which is created using createContext.
Next Question (11/20)