Chrome invented - eviltoast
  • IHeartBadCode@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago
        // gc_eat_shit_and_die.js  
        function brrrr(){
            const urmemory = [];
            return function veryuseful(anum){
                urmemory.push(anum);
            }
        }
        const iwanttopushyouaround = brrrr();
        for (let fun=0; fun<1000000000;fun++){
            iwanttopushyouaround(fun);  //Well, I will, well, I will
        }