6 ms·
Yes also the function syntax is weird and ugly because functions aren't expressions.
by mark38848 1y ago
Yes also the function syntax is weird and ugly because functions aren't expressions.
- nextaccountic 1y agoWhat do you mean? pun fn f() { } ? How is this weird
- throwawaymaths 1y agoperfectly valid to do const f = fn (...) ... {...}