'I am not able to import this variable in one js file to another file it shows me: ERR_ABORTED 404 (Not Found) I have tried using.mjs type=module
//index.js// import{name} from "./another file aka the file below";
//singup.js//
variable name="bob"
export{name}
I have also watched many people try to fix it but it does not work for me .I have tried connecting them with html as well .If someone could help me link these files it would be really helpful
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
