AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is There a Better Way to Define Functions in JavaScript?
This is an old feature request that recently resurfaced. Robert Griezmer brought up this idea of having basically a more concise way to define functions. I am 100% against ever having implicit returns. There should never be a return without a return keyword, even in these small anonymous functions.