fetch(`https://jsonplaceholder.typicode.com/todos/1`).then(data => data)fetch(`https://jsonplaceholder.typicode.com/todos/1`).then(data => data.json()) fetch('https://jsonplaceholder.typicode.com/todos/1').then((data) => console.log(data));
/*
Response {
size: 0,
[Symbol(Body internals)]: {
body: BrotliDecompress { ...