0

while going through es6 points i found named export and default export as details, can anybody provide details and difference between them.

Regards,

  • A simple google search brings several results. Like this: https://developer.mozilla.org/en/docs/web/javascript/reference/statements/export#Examples – abhishekkannojia Jun 28 '17 at 08:22
  • thanks abhishek, i will review it and let you know if any query – user1428208 Jun 28 '17 at 08:24
  • you can also read the answer from this question. but the link provided above is enough. https://stackoverflow.com/questions/33611812/javascript-es6-export-const-vs-export-default – Semi-Friends Jun 28 '17 at 08:24

1 Answers1

0

Abhishek answer helped me please review @abhishekkannojia comment for more details,

https://developer.mozilla.org/en/docs/web/javascript/reference/statements/export#Examples