JS

Functions in JavaScript - Arrow functions in javas...

31.

Which of the following is NOT a valid use case for arrow functions in JavaScript?

As an event handler function.

As a constructor function.

As a method within an object.

As a callback function in the map method.