+ 1
How to read external json file from local directory in javascript
2 Réponses
+ 2
On sololearn you can't access local directory, you need to place it on cloud and fetch data from url.
On pc you can, here are few ways how to do it:
https://www.freecodecamp.org/news/how-to-read-json-file-in-javascript/amp/
0
PanicS 10Q