4-3-24 Notes

            
<table> makes a table
<tr> is for a table row
<td> is for table data
AJAX = asynchronus javascript and xml
XHR = xml http request
XHRs have status
API keys are used to verify/validate API requests
XHR.open(requestType, url) to open an XHR
XHR.send() to send the XHR
You can add an event listener to an XHR for when it loads
You can also change an XHR's response type to formats like text or JSON
Flexbox Froggy demonstrates how there are many combinations of Flexbox properties that can make what you want