- Describe what a promise is, and why it is useful
- Use a promise to manage async behavior
- Chain promises to determine the order of async actions
- Return Promises from functions
- Handle Errors using
.catch
- Create a series of steps necessary to create a user
- Walk through the code to create a user
- Explain why hashing a password is a good idea
- Describe how asynchronus code differs from synchronous code
- Create chained asynchronous events
- Explain what the drawbacks of callbacks are when handling chained async events
- Use Promises to flatten async events
- Use Promises to return async event from a function
- Explain what happens when an HTML, with javascript, page is loaded
- Explain what local storage is
- Describe why local storage is useful
- Use local storage to persist data
- In your teams, create a timeline of how the following HTML is loaded into a browswer
Seattle, WA | 206.380.6300 | [email protected]
- Identify the methods used on stacks and queues respectively.
- Work out which type of Linked List is better to represent a stack
- Work out which tyoe of Linkked List is better to represent queue
- With your groups, identify the methods on a stack
- With your groups, identify the methods on a queue