restructured

This commit is contained in:
Karan
2021-12-03 14:46:50 +05:30
committed by GitHub
parent 9694b5fe1d
commit 87d26a0550
+1 -1
View File
@@ -17,4 +17,4 @@ fetch(url).then(rep => rep.json())
data.forEach((el) => { data.forEach((el) => {
console.log(`${el.name} = ${el.status}`); console.log(`${el.name} = ${el.status}`);
}); });
}) });