Content List What are need of modules How function and values exporting How to importe moduels Difference between default vs named exports Benefits of modular code What are the need of modules In javascript, modules are needed for transformation large, complex, scripts into manageable and efficient software system. In any application when it grow form inital basic script to fully scalable pl