scrimba
Frontend Career Path
Working with APIs
Async JS
Callbacks Setup 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

AboutCommentsNotes
Callbacks Setup Challenge
Expand for more info
index.js
run
preview
console
/**
Challenge: Add a button that, when clicked, gets a new deck of cards from the deckofcards API

URL: https://apis.scrimba.com/deckofcards/api/deck/new/shuffle/

Log the whole response to the console
*/

Console
/index.html
-2:28