scrimba
Introduction to ES6+
Challenge: Fetch
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
Challenge: Fetch
Expand for more info
index.js
run
preview
console
/**
* Fetch - Challenge
*
* GET the first comments value 'https://jsonplaceholder.typicode.com/comments/1' and log its value.
* POST a new comment using 'https://jsonplaceholder.typicode.com/comments' and log its value.
*
* RESTFul API Guide - https://jsonplaceholder.typicode.com/guide.html
* Docs - https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
*/


Console
/index.html
-3:03