When exporting a class or function as a default export, it's not necessary to use the ________ keyword.

  • export default
  • default
  • export
  • class
When exporting a class or function as a default export, you can simply use export default followed by the class or function declaration without explicitly using the function or class keywords.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *