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

Arrow functions are expressions in JS.
Surely they have to considered expressions to be assignable to a variable?