We will use MVC pattern with following structure.
Default export
We want to export just one thing, we dont specify any variable.
Named export
We want to export multiple things, we need to specify any variables.
We can use different names for our functions.
We can import also everything.