You're right! That's actually a really cool point about Generator functions too, them having while(true) loops is very unproblematic :D
I'm correcting myself to:
function* sorry() { while(true){ yield "I'm sorry"; } }
You're right! That's actually a really cool point about Generator functions too, them having while(true) loops is very unproblematic :D
I'm correcting myself to:
function* sorry() { while(true){ yield "I'm sorry"; } }
I'll do you one better
function* sorry() { yield "I'm sorry"; }
Call sorry.next().value as many times as you need to baby, hell you can even use it in a for-of loop because Generator functions are Iterable. I fucking love JavaScript
Shouldn't all headlights be okay as long as your headlight angle is calibrated right? That's like the first thing they teach in driving school
Try random real words until you hit one that's free! Those are the most satisfying usernames anyway imo haha
We have an equivalent system in Germany called Schufa, but you start at close to 100% reliability and only lose points when you seriously fuck up on paying back specific debts. The points do naturally regenerate with time, so you seriously need to lose control of your life to have a bad score long-term.
Came here to say that exact same thing! Shorts are the bane of my existence, whenever I open my real Youtube App instead of Revanced (still need it to Cast to my Chromecast sometimes), there's a solid 50/50 chance that I get sucked in by shorts and scroll them for hours. It's ridiculous, they aren't even interesting most of the time and I learn nothing from it, but it just keeps happening :/
Gregor Samsa time whoop whoop
I've used ReVanced every day for over a year now and nothing has ever happened to my Google Account. I also used regular Vanced for at least two years before that, never had any issues.
ESLint has entered the room
JS is absolute chaos programming and I love that way too much. You can just feel all the caffeine ingested by the guy who had to pull long nights to ship JS within 10 days. That's exactly the vibe I'm going for with my code.