fac-13 / HyGiJeJe

Web app with 2 api's
1 stars 0 forks source link

logic js should be a module #4

Closed jennah2121 closed 6 years ago

jennah2121 commented 6 years ago

In order to more easily access the data returned from the API calls in the dom.js file we should consider making logic.js a module which we can then export and require in the dom.js file :)