module
. Here’s an example:
```html
```
A script that uses this module
type can now use the import
and export
features you will learn about in the upcoming challenges.
module
and give it the source file of index.js
var
should not exist in code.
testString: getUserInput => assert(!getUserInput('index').match(/var/g),'var
should not exist in code.');
```