In that case the full thing would be const fun = () => {}
Ghoelian
- 0 Posts
- 6 Comments
Joined 8 months ago
Cake day: March 19th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Ghoelian@piefed.socialto
Programmer Humor@programming.dev•The myth of "consensual" internetEnglish
11·10 days agoIt is now
As soon as the dns changes have propagated anyway
Ghoelian@piefed.socialto
Mildly Infuriating@lemmy.world•Annoying dark pattern where no means maybe laterEnglish
6·11 days agoReally? I have managed to completely block a few channels from getting recommended, including one I didn’t want to block. Annoying thing is there’s no way to manage these blocks, only remove all of them at once.
Ghoelian@piefed.socialto
No Stupid Questions@lemmy.world•What are the bugs in Bugs BunnyEnglish
5·3 months agoAh, sorry, I thought you meant it as an insult. Guess I’ve spent too much time on reddit lol.
Ghoelian@piefed.socialto
No Stupid Questions@lemmy.world•What are the bugs in Bugs BunnyEnglish
13·3 months agoSounds like your own reading comprehension still isn’t so great in 2025, because that’s not what they said.
The reason is very simple, performance. If a value doesn’t need to be changed, don’t declare it as mutable. This isn’t just a front-end thing btw.