Difference between exports and module.exports
The module represents the current module in the plain Javascript object.
Exports is a plain JavaScript variable. Module is a plain javascript object which has the exports property
From one module to another, when we want to export a single class, v...
dhanushnehru.hashnode.dev2 min read