Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • 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?

    XIII• 560

    @minibrusp

    Posted

    hi you can actually use the fetch() method on it. treat it asynchronously ^_~ https://www.youtube.com/watch?v=cuEtnrL9-H0

    Marked as helpful

    0