what makes arrow syntax better than regular function definition javascript code example Example: how to make javascript function consise multiplyfunc = (a, b) => { return a * b; }