347 Views
Hello humans. In JavaScript, the worlds most loved and internets favourite client-side language, thanks to modern ECMAScript standards, we have default and named exports. It's simple, and you have a file that exports something to be imported somewhere else. A named export is explicit and is only importable by its defined name.
0 comments