// fetch('https://swapi.dev/api/people/1/') // .then(res => res.json()) // .then(luke => console.log(luke))