GiangImgs


let money = 0;
while(1){
    try {
        money += doTheThingThatULove()
    }catch(err){
        fix(err) || continue;
    }
}