Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

cannot use import statement outside a module from the console.log

//method of exporting variables, contants and...
export const greetings = "Hi"; //saved as ex1.js

import {greetings} from "[specify path]/JavaScript Exercises/ex1.js"; //saved as mod.js
 
PREVIOUS NEXT
Tagged: #import #statement #module
ADD COMMENT
Topic
Name
7+1 =