JS ⟩ statement ⟩ other
other statements
empty statement
block / label / debugger / with
exportarrow-up-right
export
Used to export functions to make them available for imports in external modules, and other scripts.
importarrow-up-right
import
Used to import functions exported from an external module, another script.
Statements and declarationsarrow-up-right ⟩ Othersarrow-up-right
Last updated 3 years ago