p
Или React/Vue
Size: a a a
p
С
t
S
Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
, подскажите, пожалуйста, что я делаю не так и чем вызвана такая ошибка?fetch(`http https://swapi.co/api/planets/3/`)
.then((res) => {
console.log(res);
return res.json()
})
.then((data) => {
console.log(data);
return data
});
RU
Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
, подскажите, пожалуйста, что я делаю не так и чем вызвана такая ошибка?fetch(`http https://swapi.co/api/planets/3/`)
.then((res) => {
console.log(res);
return res.json()
})
.then((data) => {
console.log(data);
return data
});
S
RU
RU
EP
RU
EP
EP
EP
RU
RU
S