Comprehension

Report a typo

Match code snippets with their functionality.

Match the items from left and right columns
.catch((error) => console.log(error.message));
fetch("https://jsonplaceholder.typicode.com/users")
.then((response) => {
return data;
}).then((json) => console.log(json))
Error handling
Handling a successful response
Sending a request
___

Create a free account to access the full topic