Importing module

Report a typo

How to import a cat module into index.js?

project-root/
├── animals/
│   ├── mouse.js
│   ├── dog.js
│   └── cat.js
└── index.js

Name the imported module exactly as the module name via const. Use file extensions. Use ' instead of ". Don't forget about ;

Enter a short text
___

Create a free account to access the full topic