Fix broken link in Frontend Developer Roadmap (#6437)

pull/6440/head
Hafid Nur 4 months ago committed by GitHub
parent 2048885a48
commit e9c36fc83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/frontend/content/fetch-api--ajax-xhr@A4brX0efjZ0FFPTB4r6U0.md

@ -5,6 +5,6 @@ Ajax is the technique that lets us send and receive the data asynchronously from
Visit the following resources to learn more: Visit the following resources to learn more:
- [@article@Fetch API MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) - [@article@Fetch API MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
- [@article@A Simple Guide to JavaScript Fetch API](https://www.javascripttutorial.net/javascript-fetch-api/) - [@article@A Simple Guide to JavaScript Fetch API](https://www.javascripttutorial.net/web-apis/javascript-fetch-api/)
- [@article@Introduction to Fetch](https://web.dev/introduction-to-fetch/) - [@article@Introduction to Fetch](https://web.dev/introduction-to-fetch/)
- [@video@JavaScript Fetch API](https://www.youtube.com/watch?v=-ZI0ea5O2oA) - [@video@JavaScript Fetch API](https://www.youtube.com/watch?v=-ZI0ea5O2oA)

Loading…
Cancel
Save