Content pfp
Content
@
0 reply
0 recast
2 reactions

Justin Hunter pfp
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
7 reactions

Peter Ogilvie pfp
Peter Ogilvie
@pogilvie
I find the function keyword syntax easier to read if I don’t need to worry about the binding of “this”
0 reply
0 recast
0 reaction