Move reusable functions into functions.js and create exports #262
Labels
0 - Backlog
Issue is accepted, but is not ready to be worked on or not in current sprint
Improvement
Issues that enhances existing functionality, or adds new features
Is Your Feature Request Related To A Problem? Please describe.
There are few reusable functions that are nested inside of individual scripts.
Describe The Solution. Why is it needed?
These scripts should be moved to the functions.js file and exports created. This will allow the functions to be used in any script by importing them when needed.
Additional Context.
This will help remove duplication.
Related Issues
n/a
The text was updated successfully, but these errors were encountered: