File tree 1 file changed +3
-3
lines changed
1-js/13-modules/02-import-export
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Export and import directives have several syntax variants.
4
4
5
- In the previous chapter we saw a simple use, now let's explore more examples.
5
+ In the previous article we saw a simple use, now let's explore more examples.
6
6
7
7
## Export before declarations
8
8
@@ -403,7 +403,7 @@ Such oddities of re-exporting the default export are one of the reasons why some
403
403
404
404
## Summary
405
405
406
- Here are all types of `export` that we covered in this and previous chapters .
406
+ Here are all types of `export` that we covered in this and previous articles .
407
407
408
408
You can check yourself by reading them and recalling what they mean:
409
409
@@ -452,4 +452,4 @@ if (something) {
452
452
453
453
... But what if we really need to import something conditionally? Or at the right time? Like, load a module upon request, when it' s really needed?
454
454
455
- We' ll see dynamic imports in the next chapter .
455
+ We' ll see dynamic imports in the next article .
You can’t perform that action at this time.
0 commit comments