restructured
This commit is contained in:
@@ -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}`);
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user