javascript ecmascript 6 arrow functions without parameter code example Example: how to make javascript function consise multiplyfunc = (a, b) => { return a * b; }