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 2 years ago