how to create function in es6 arrow code example Example: es6 arrow function const multiplyES6 = (x, y) => x * y;