0 votes
in JavaScript by
Why do you need modules in Javascript?

1 Answer

0 votes
by

Below are the list of benefits using modules in javascript ecosystem

  1. Maintainability
  2. Reusability
  3. Namespacing
...