New to javascript and really lost
fetch(‘https://api.guildwars2.com/v2/achievements/2258’)
.then(response => response.json())
.then(data => alert(data.name));
(edited by darthmaim.6017)
Thank you, thank you.
I’m at least able to get data back and start to modify the code.