Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 564 Bytes

File metadata and controls

9 lines (7 loc) · 564 Bytes

JavaScript Modules - Word Jumble Game

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.

Instructions

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.

Resources

ES6 Modules - Mozilla Developer Network documentation on ES6 modules.