Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are imports and exports?
Home
JavaScript
What are imports and exports?
0
votes
asked
Sep 20, 2021
in
JavaScript
by
sharadyadav1986
What are imports and exports?
imports
exports
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 20, 2021
by
sharadyadav1986
Imports and exports are useful to write modular JavaScript code. It can be split up further into multiple files.
...