Question: Per the following code, when is the Hello component displayed?

  1. never
  2. when `isLoggedIn` is true
  3. when a user logs in
  4. when the Hello function is called

Answer: The correct answer of the above question is Option B:when `isLoggedIn` is true