scipt.js 201 B

123456
  1. // fetch('https://raw.githubusercontent.com/russ666/all-countries-and-cities-json/master/countries.json')
  2. // .then(res => res.json())
  3. // .then(data => {
  4. // console.log(data)
  5. // })
  6. // console.log(1)