shorthand function javascript multiple parameters

JavaScript
(a, b) => {return a * b;}
Source

Also in JavaScript: