codex-lv3-may-2025

Level Navigation: 1 2 3 4 5 6 7 8 9 10⚡ 11⚡ 12⚡ 13⚡ 14⚡ 15 16 17 18⚡ 19 20

Level 14: Error Handling and Validation ⚡ CHALLENGE LEVEL

User Story: As a user, I want to get clear, helpful messages when something goes wrong so that I know how to fix the problem.

What You’ll Do

Add basic validation and error handling to improve the user experience.

Instructions

💡 Code Hints

Need help with validation? Check out these snippets:

✅ Check

  1. Submit form with empty fields
  2. You should see validation error messages
  3. Try accessing invalid story numbers
  4. Error messages should be user-friendly
  5. If validation doesn’t work, check your conditional statements