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) => console.log(bar)<br></code>instead of just..<code>function foo(bar) {<br> console.log(bar)<br>}<br></code>like, the fuck ??