Wie man die JavaScript -Funktion zusammenfasst
multiplyfunc = (a, b) => { return a * b; }
TechWhizKid
multiplyfunc = (a, b) => { return a * b; }