M
И возвращать результат фетча
Size: a a a
M
M
function loadJson(url) {
return fetch(url)
.then(response => {
if (response.status == 200) {
return response.json();
} else {
throw new Error(response.status);
}
})
}
Y
O
e
V
N
Д
S🛸
IK
JD
ТХ
"00-AA".match(/(11)-..|..-(AA)/)
a
"00-AA".match(/(11)-..|..-(AA)/)
Kb
VS
Kb
S🛸
A
Kb