Modern JavaScript: ES6 and beyond!

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Learn what ES6 modules are and how to export and import them

ES6 introduced modules to JavaScript. Modules are chunks of JavaScripts that can be exported and then imported in other files in your application. In this lesson, we'll learn how to do so with the import and export keywords.

We also learn how to import our ES6 modules under different aliases.