Es6-11 tutorial - 23.modules.js

Опубликовано: 14 Май 2026
на канале: feeco
No
0

1.export/import basic objects (varible/const/function/object)
2.export all varible at once
3.set alias when you import from module
4.export default
a.export default const varibleName is not allowed
b.export default can not be declared twice
c.export default + export at the same time
d.export all varibles at once