How to import a CommonJS module calculator into index.js? Choose all the correct options.
This is the project structure:
project-root/
├── modules/
│ └── calculator.js
└── index.jsHow to import a CommonJS module calculator into index.js? Choose all the correct options.
This is the project structure:
project-root/
├── modules/
│ └── calculator.js
└── index.jsCreate a free account to access the full topic