scrimba
Introduction to ES6+
Async & Await ( Challenge )
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Async & Await ( Challenge )
AboutCommentsNotes
Async & Await ( Challenge )
Expand for more info
index.js
run
preview
console
//Challenge - Async & Await

//Print on the console a random joke from the Chuck Norris API using Fetch and Async and Await

const apiUrl = "https://api.chucknorris.io/jokes/random";
Console
/index.html
-2:18