207
- i learned about API keys and fetch error handling. API’s require the setup of an account with an API key attached to it. This process is pretty standard and common. process for each API is usually the same: agree to the terms, create an account, verify the account through email then get the key through email. Each may have it’s own quirks but it generally looks like that.
- The load event fires at the end of the document loading process. At this point, all of the objects in the document are in the DOM, and all the images, scripts, links and sub-frames have finished loading.will fire after the DOM for the page has been constructed but dont wait for other resources to finish loading. This is preferred in certain cases when you dont need the full page to be loaded before initializing.
- ajax are non-blocking. As ajax request are asynchronous, the user does not have to wait for the request processing to complete. ajax is not difficult, you can easily implement ajax in a meaningful manner. Better performance and reduced network traffic.
- It works by dynamically adding a <script> tag to the DOM and calling a predefined function with the remote web service’s JSON data as the parameter.
- signifies the total time required by the program to run till its completion. also known as the Big O notation
6 .A recursive algorithm must call itself, must have a base case, must change its state and move toward the base case.
7. I see myself in a different state of mind, mentally and spiritually, Its a whole new different skill i can use in my life.