when was arrow function introduced to javascript? code example Example: how to make javascript function consise multiplyfunc = (a, b) => { return a * b; }