Hhimanshuinhimanshujaglan.hashnode.dev·Mar 22 · 3 min readJavaScript Modules: Import and Export Explained2.why we Exporting functions or values? so exporting a file by name "export " we will make available that particular file into another javascript so that we can incre code reusability and avoid unnece00