when to use es6 arrow functions code example Example: es6 arrow function const multiplyES6 = (x, y) => x * y;