Which choice is a valid example for an arrow function?
{ a, b } => c
a, b => c
a, b => {return c;}
(a,b) => c