Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Working With the Fetch API

Instead of loading an external library like jQuery into your project to make AJAX requests, JavaScript provides a modern and friendlier data-fetching interface native to the browser: Fetch API!

Here are some of the advantages of using the Fetch API:

  • Easy to use and understand
  • The API is completely [promise-based](https://t...