cleanup
This commit is contained in:
parent
1319e79cc9
commit
86d8354566
@ -1,16 +0,0 @@
|
||||
let myList = [{
|
||||
"name": "Learn JavaScript",
|
||||
"status": true
|
||||
},
|
||||
{
|
||||
"name": "Try JSON",
|
||||
"status": false
|
||||
}
|
||||
];
|
||||
|
||||
reloader();
|
||||
function reloader() {
|
||||
myList.forEach((el) => {
|
||||
console.log(`${el.name} = ${el.status}`);
|
||||
});
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user