Б
let response = await fetch("macro_data/");?
let parsed = await response.json();
Size: a a a
Б
let response = await fetch("macro_data/");?
let parsed = await response.json();
DK
DK
let response = await fetch("macro_data/");?
let parsed = await response.json();
Б
async function getDataset() {
let response = await fetch('macro_data/');
const data = await response.json();
return JSON.parse(data);
}
let data = (async () => getDataset())();
console.log('data', data);
Б
DK
async function getDataset() {
let response = await fetch('macro_data/');
const data = await response.json();
return JSON.parse(data);
}
let data = (async () => getDataset())();
console.log('data', data);
L
.then(console.log)
😎D
VK
D
D
D
VK
S
D
D
VK
Н
Н