how to make javascript function consise

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

Also in JavaScript: