/** * Challenge: GET all the comments from the blog post with ID of 2 and log to the console * * BaseURL: https://apis.scrimba.com/jsonplaceholder/ * Endpoint: ??? (Check JSON Placeholder docs: https://jsonplaceholder.typicode.com/guide/ and look for the "Listing nested resources" section) */
6
7
8
1
2
3
4
5
for the "Listing nested resources" section)
*/
/**
* Challenge: GET all the comments from the blog post with ID of 2 and log to the console