w
https://jsonplaceholder.typicode.com/
fetch('https://jsonplaceholder.typicode.com/todos/1')
.then(response => response.json())
.then(json => console.log(json))
вставляю в консоль, и Failed to fetchSize: a a a
w
fetch('https://jsonplaceholder.typicode.com/todos/1')
.then(response => response.json())
.then(json => console.log(json))
вставляю в консоль, и Failed to fetchРБ
TypeError: Failed to execute 'fetch' on 'Window': Invalid name
at <anonymous>:1:1C
DM
w
w
DM
DM
w
РБ
DM
w
w
DM
РБ
РБ
DM
fetch('https://api.monobank.ua/bank/currency').then(r => r.text()).then(console.log)w
DM