scrimba
Frontend Career Path
Working with APIs
Intro to APIs
Fetch idea from Bored API
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
Fetch idea from Bored API
Expand for more info
index.js
run
preview
console
/**
Challenge:

1. Fetch a random activity from the Bored API
url: https://apis.scrimba.com/bored/api/activity

2. Display the text of the activity in the browser
*/

Console
/index.html
-2:54