Join Nostr
2026-08-14 23:15:30 UTC
in reply to

solo on Nostr: side note, but why the fuck do so many js devs seem to *looovveee* to just ...

side note, but why the fuck do so many js devs seem to *looovveee* to just do<code>const foo = (bar) =&gt; console.log(bar)<br></code>

instead of just..<code>function foo(bar) {<br> console.log(bar)<br>}<br></code>

like, the fuck ??