Direction: Choose the correct option
Q1.
What does the useContext hook consume?
Direction: Choose the correct option
Q2.
How do you use useContext to get the value from MyContext?
Direction: Choose the correct option
Q3.
Can useContext be used in class components?
Direction: Choose the correct option
Q4.
What happens when the context value changes?
Direction: Choose the correct option
Q5.
Is it possible to update context from a consumer using useContext?
