skip to Main Content

how can i print out json in HTML?

I would like to print out data in my html from the link, but it always says "undefined" and I dont know, where is the problem. Can anyone help, please? let url = 'https://ac7minh6n7s3rw4qfchrofbwai0amiko.lambda-url.eu-north-1.on.aws/'; fetch(url) .then(res => res.json()) .then(out =>…

VIEW QUESTION
Back To Top
Search