Which of the following statements about arrow functions is true?
Arrow functions always have a concise syntax.
Arrow functions cannot have a return statement.
Arrow functions cannot be used as event handlers.
Arrow functions automatically bind their own this value.
this