/0924-js-fetch-and-dom

Practice sending fetch request to an API & inserting response into DOM

Primary LanguageHTML

Dom and Fetch

  • Displays how to connect to a github api
  • How to fetch data and return a promise
  • How to parse that promise to json (javascript object notation)
  • How to use the parsed json in order to work with the data