Como fazer a função JavaScript
multiplyfunc = (a, b) => { return a * b; }
TechWhizKid
multiplyfunc = (a, b) => { return a * b; }