codex-lv2-may-2025

Level Navigation: 1 2 3 4 5 6 7 8 9 10 11 12 13 Current Level: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

Level 14: Basic API Call

What You’ll Do

Make your first API call and display the response.

Instructions

💡 Code Hints

Need help with API calls? Check out these snippets:

✅ Check

  1. Open your webpage in a browser
  2. Click the button to trigger your API call
  3. You should see the API response in the output area
  4. Open Chrome DevTools (F12) and check the Console tab for any errors
  5. If you see errors, check your API URL and response handling



Level Navigation: 1 2 3 4 5 6 7 8 9 10 11 12 13 Current Level: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34