0 votes
in JavaScript by
What are imports and exports?

1 Answer

0 votes
by
Imports and exports are useful to write modular JavaScript code. It can be split up further into multiple files.

Related questions

0 votes
asked Jan 31, 2021 in ReactJS by Robindeniel
+1 vote
asked May 27, 2019 in Data Handling by tempuser
...