Mastery Assessment: Hooks & Lifecycle

Complete this assessment with 100% score to master this chapter.

01When exactly does the `useEffect` callback execute?

02What occurs if you return a function from the `useEffect` callback?

03Why can't hooks be called inside conditional `if` statements?