они выполняются?"
function c1(response) {
let x = response.json()
return x
function c2(profile) {
displayUserProfile(profile)
}
let p1 = fetch("/api/user/profile")
let p2 = p1.then(c1)
let p3 = p2.then(c2)
А в каком порядке - не ответили, кстати 😡
Обсуждают сегодня