7
alegeno
7y

Ok.. this is what happens every day..
Isn't it?
Bugs.foreach(function(bug){
tryToSolve(bug);
})

function tryToSolve(bug){
// try to solve the bug...
If(bug.solved){
Bugs.push(bug,bug,bug,bug,bug)
}
}

Comments
Add Comment