About 5,690 results
Open links in new tab
  1. import - JavaScript | MDN - MDN Web Docs

    Nov 2, 2025 · The static import declaration is used to import read-only live bindings which are exported by another module. The …

  2. JavaScript Modules - W3Schools

    Learn how to use JavaScript modules to organize and reuse code effectively, including importing and exporting functions, variables, …

  3. JavaScript Import

    In this tutorial, you will learn how to use the JavaScript import keyword to import variables, functions, and classes from another module.

  4. How do I include a JavaScript file in another JavaScript file?

    Jun 4, 2009 · The @import syntax for achieving CSS-like JavaScript importing is possible using a tool such as Mixture via their …

  5. Include a JavaScript File in Another JavaScript File

    Nov 3, 2025 · The import and export syntax available in ES6 (ECMAScript 2015) module is used to include a JavaScript file in …

  6. Export and Import - The Modern JavaScript Tutorial

    Jan 18, 2023 · Export and import directives have several syntax variants. In the previous article we saw a simple use, now let’s …

  7. import - JavaScript | MDN

    Jul 12, 2017 · The import statement is used to import functions, objects or primitives that have been exported from an external …

  8. Understanding Modules and Import and Export Statements in JavaScript ...

    Aug 27, 2021 · A module interface can be implemented in native JavaScript with the import and export keywords. In this article, you …

  9. JavaScript Import - Managing Module Imports - ZetCode

    Apr 16, 2025 · Learn how to use the import keyword in JavaScript for importing modules, with examples and explanations.

  10. JavaScript Modules – How to Create, Import, and Export a Module in JS

    February 28, 2023 / #JavaScript JavaScript Modules – How to Create, Import, and Export a Module in JS By Dapo Adedire …