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