In this task, you will be working on a Word Jumble Game that already has HTML and CSS files written for you.
Your task is to export and import JavaScript files needed to make the game work.
Make sure you go through each JavaScript file and see what is missing. You will need to export and import variables and functions using the ES6 module syntax.
ES6 Modules - Mozilla Developer Network documentation on ES6 modules.