ended3월 15일· 3 sources
Modern JS: import and export
모던 JS: import와 export
Why it matters
The article explains JavaScript's import and export statements, covering named exports and default exports syntax. It demonstrates how to export and import functions, variables, and classes, including aliasing and combining default with named imports. Practical examples show class export/import patterns with instantiation considerations.
3
Sources
+0
24h
—
Growth
175d
Active
es6default exportsimport/exportnamed exportnamed exportsjavascript modulesNamespace Pollution