Exercise
Explore how to write a higher-order component named withSecretToLife that injects a shared prop into wrapped components. Understand how this pattern enables reusable and encapsulated logic for passing data such as the secret to life value across your React app.