Y
Hacker News
new
|
ask
|
show
|
jobs
by
verttii
2367 days ago
Aren't Python's lambdas expressions while JS's arrow functions are not?
2 comments
jakear
2367 days ago
Arrow functions are expressions in JS.
link
SPBS
2367 days ago
Surely they have to considered expressions to be assignable to a variable?
link