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