Hacker News new | ask | show | jobs
by johnhenry 3542 days ago
You can get the implicit return if you use parentheses instead:

f = (a,b,c) => (a * b ^ c)