Jonathan Kila⢠290
@Excelsior2021
Submitted
For this challenge, I used vanilla JavaScript. I converted the data.json file to data.js and I converted the json to a JavaScript array and exported that to use in my script.js file as I would get errors if I just wanted to import the data.json file into my script.js. Does anyone know a way to import json files into js files with vanila JavaScript?