MR
Size: a a a
MR
MR
MR
MR
n
MR
document.addEventListener('DOMContentLoaded', (event) => {
// first
fetch('http://example.com/movies.json')
.then(response => response.json())
.then(data => console.log(data));
// second
fetch('http://bar.com/movies.json')
.then(response => response.json())
.then(data => console.log(data));
})
MR
MR
MR
ФП
document.addEventListener('DOMContentLoaded', (event) => {
// first
fetch('http://example.com/movies.json')
.then(response => response.json())
.then(data => console.log(data));
// second
fetch('http://bar.com/movies.json')
.then(response => response.json())
.then(data => console.log(data));
})
М
ФП
MR
MR
n
М
MR
MR
MR