can you store a fat arrow function within another function? code example Example: how to make javascript function consise multiplyfunc = (a, b) => { return a * b; }