hello,I am reading the paragraph in this link:
https://www.codecademy.com/courses/learn-intermediate-javascript/articles/implementing-modules-using-es-6-syntax
In the session: ES6 Named Export Syntax
it said
Since it needs to be used by both of these projects, you may want to put it in a mutually accessible location.
does this mean we create a new folder and put the module folder under the same parent folder where everything else is? Or we need to put the module in the same folder as our html files’.