Mid JavaScript

What are arrow functions’ limitations?

  • No own this
  • No arguments object
  • Cannot be used as constructors
  • No super or new.target

More from JavaScript Tutorial

All questions for this course