WDD Learning Modules

Module Name - Resource name

AJAX: asynchronous requests

lorem10

Originally the requests were made using XmlHttpRequest, and you will still see that around, but more and more developers are turning to the newer fetch command to make their requests.

Promises

Example

We willngs directly to my calendar if I give it permission to.

So as soon asle it has to pull information about the Pokemon Ditto.

const url = 'https://pokeapi.co/api/v2/pokemon/ditto';
const results = fetch(url);
console.log(results);'

There is a lo