MZ
Size: a a a
MZ
MZ
ЕГ
MZ
EP
const url ='https://api.chucknorris.io/jokes/random';
async function bebebe(){
let temp;
await $.getJSON(url,function (data) {temp=data});
return temp;
}
bebebe().then(val=>console.log(val))
ЕГ
const url ='https://api.chucknorris.io/jokes/random';
async function bebebe(){
let temp;
await $.getJSON(url,function (data) {temp=data});
return temp;
}
bebebe().then(val=>console.log(val))