I find myself facing a problem ... Indeed, I would like to run this code (js):
fetch('https://j0ke.xyz/free/api/garsvsfilles')
.then(res => { return res.json() })
.then(data => {
console.log(data)
})
But, I am getting several errors in the browser console:
https://i.stack.imgur.com/AarVs.png
If anyone could help me solve this problem, I would appreciate it.