# ES Modules
# References
- How javascript modules work – from past to present (opens new window)
- Modules intro (opens new window)
TIP
- Check out this video if you want to know more about importing and exporting modules in the browser (opens new window)