Función Flecha
const suma = (a, b) => {c = a + b; return c}
Suma