Javascript – Trying to fetch data from data.json file into index.html file
I am creating a project in which I have two files index.html and data.json. Now I want to fetch the JSON object into index.html for rendering. But I am encountering cors error if I use fetch() method. Is there any…