Help
Fetch Api
Fetch Api is used to make network requests to the server.
Async & Await
There’s a special syntax to work with promises in a more comfortable fashion, called “async/await”. It’s surprisingly easy to understand and use
Callbacks in JavaScript
Introduction: Callbacks
Promises in JavaScript
Promises are enhanced versions of callback functions.