script.js 111 B

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