Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Justin Hunter
@polluterofminds
In JavaScript have arrow functions fallen out of favor? I noticed all AI chatbots return standard functions like: function myFunction() { // code } Instead of: const myFunction = () => { // code }
5 replies
2 recasts
8 reactions
alex
@alexgrover.eth
Probably because the “function” syntax is more common in other languages, if I had to guess
0 reply
0 recast
1 reaction