1
c0d3-x
8y

for (var i in workload) {
if(!workload.status) {
return;
} else {
process();
}
}

Comments
Add Comment