Rainer Schnittert
Results
1
issues of
Rainer Schnittert
My code is this: ` let testing; async function myFunction() { let each = new Array(); let test = await fetch( "https://api.corona-zahlen.org/districts/09462/history/incidence/7" ); /*.then((res) => res.json()) .then((data) => { console.log(data.data["09472"].history);...
inprogress