Adnane Saber
Results
2
issues of
Adnane Saber
Uncaught ReferenceError: expandTree is not defined the expandTree needs a this
```js var blob = new Blob(["REACT_APP_DNS=example.com"], {type: "text/plain;charset=utf-8"}); saveAs(blob, ".env"); ``` This code creates a file "env.txt", and if you add a space before the dot like this " .env"...