p
Size: a a a
p
p
Э
iH
З🧟
З🧟
З🧟
DE
console.log("One")
fetch('http://jsonplaceholder.typicode.com/posts')
.then(response => response.json())
.then(console.log)
console.log("Two")
Вывод:console.log("One")
const response = await fetch('http://jsonplaceholder.typicode.com/posts')
const data = await response.json()
console.log(data)
console.log("Two")
Вывод:ГФ
DE
ГФ
ГФ
ГФ
З🧟
Э
DE
Е
З🧟
З🧟