Intro-to Promes Fetch ()
fetch(`https://anapioficeandfire.com/api/characters/583`)
.then(response => response.json())
.then(data => console.log(data))
Smiling Spider
fetch(`https://anapioficeandfire.com/api/characters/583`)
.then(response => response.json())
.then(data => console.log(data))