Starting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this:
try {
operation();
} catch (Exception _) {
// nice weather, eh?
}
Edit: forgot that this is about JS lel
Starting with Java 21 (I think), they’ve introduced ignored variables, so you can now actually do this:
try {
operation();
} catch (Exception _) {
// nice weather, eh?
}
Edit: forgot that this is about JS lel
I accept your comment for value.
if (error) {
continue;
}
Reminds me of a relatively funny joke:
Why do photons have insomnia? Because they have no rest frame.
It’s 20 years for us, but for the photon, no time passes from being ejected from the photosphere to hitting the cow’s retina.
displayed a misunderstanding about how they opperate
Where? Like literally every fire extinguisher I have ever seen has a nozzle and you push a button to open the valve and the foam comes out. That means they are pressurized. Like a gas bottle. You were the one falsely implying a misunderstanding when there was none and were just harping on the analogy and now you try to get the moral high ground by misreading again that I accused you of ad hominem. Being intentionally misunderstood upsets me, yes, because it’s infuriating and that intentional misunderstanding is on you because it rarely happens. Take some personal responsibility.
A drug is typically filled with a working agent unless it’s homeopathic and is water. The homeopathy “drug” is water, so the fire extinguisher is empty.
Look, I didn’t bring up the fucking fire extinguisher analogy, berate that other dude who initially posted it. But you won’t because you are on some kind of crusade because you think I’m defending homeopathy or some shit. No, the FDA just does not regulate advertisement of non-prescription pills. Your excruciatingly bad reading comprehension is not my problem, so stop replying to me multiple times like a badly trained bot. And now complain about ad hominem to make your bullshit feature-complete.
Tracer Tong?
Needs to be pressurized. Else nothing happens (as in homeopathy where nothing happens; not sure what is hard to understand here honestly). I know how a fire works. But whatever, I’m done with this comment chain.
I wished I wouldn’t live on this planet anymore. Fuck all y’all.
Belladonna has actual medical use tho. It’s applied to dilate the pupils, so maybe they declared it wrong?
Only if the air is compressed. If you fill a fire extinguisher with literally just air, nothing happens if you pressed the nozzle. Everyone but you understood that. But it’s pointless to even type this as you already made up your mind, champ. Feel free to think you are a big mind.
Point in case: the dude I “rebutted” against (lol) agreed that their initial comparison (a fire extinguisher filled with gasoline) was not appropriate.
That’s just murder and pretty sure the FDA pulled those.
It would be more akin to fire extinguishers filled with air. It doesn’t accelerate illnesses any more than doing absolutely fucking nothing would.
Homeopathic bullshit has no negative effect, it’s literally just water and sugar. As long as they are not prescription pills, the FDA does not regulate them because they are merely false advertising and not actually dangerous.
Oh, I believe him. Self-evident.
Missing Mozart’s Dies Irae
B-b-but Trump is safe! Elon Musk cannot be president because he was not born in America. Trump said so himself!
Alles gut. Deine Vergesslichkeit hindert mich nicht daran, hier zu pfostieren.
I see it as karma for being stupid enough to go to McDick’s
Yeah, Python has it as well. I think the only real use of it is code readability since you declare that this variable will never be used.