JS โฉ statement โฉ other
other statements
empty statement
block / label / debugger / with
export
Used to export functions to make them available for imports in external modules, and other scripts.
import
Used to import functions exported from an external module, another script.
Statements and declarations โฉ Others
Last updated 3 years ago
Was this helpful?