Write about something you learned this week. This week we learned about APIs and Fetch APIs. We use APIs for manipulating documents loaded into the browser. The most obvious example is the DOM (Document Object Model) API, which allows you to manipulate HTML and CSS — creating, removing and changing…