The Task

Write a simple ES6 module, and run the code using Webpack.

We'll cover the following...

In order to save you time, I uploaded each step of the tutorial on my GitHub account. Fork it from here.

Code Modularity

Code modularity is essential for writing maintainable code. ...