VR
Size: a a a
VR
VR
T
VR
VR
T
К
let correctArray = [];
(async () => {
const result = await getData()
console.log(result)
await correctArray.push(result)
})()
F
T
let correctArray = [];
(async () => {
const result = await getData()
console.log(result)
await correctArray.push(result)
})()
В
let correctArray = [];
(async () => {
const result = await getData()
console.log(result)
await correctArray.push(result)
})()
В
К
BM
let correctArray = [];
(async () => {
const result = await getData()
console.log(result)
await correctArray.push(result)
})()
К
T
К
BM
В
К