Converts an arrow function to an anonymous function expression.
Note that this conversion is not suggested for arrow functions that use this because this value can change for anonymous functions.
Please refer to https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions#Lexical_this.