Assignment 9: https://github.com/CallieQ/front_end_web/tree/Assignment9/assignment 9

Log:

OOP:

• for(... of ...)

• waiting: setTimeOut • asynchronous functions: async, wait

Api:

What is API: APIs allow applications to communicate with one another. it is the code that governs the access point(s) for the server.

The API we learned today allows us to go get data from outside sources.

Many APIs require registration for an API key to access their data, or they have authentication flows need to go through before access information.