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
Е
З🧟
З🧟