Review questions
- What is the difference between a principle and a pattern?
- Why is the singleton pattern so important?
- How can you manage dependencies?
- What patterns make reactivity possible?
- Do patterns intertwine? Why? Can you give an example?
- What is asynchronous programming, and why is it so important?
- Can you think of use cases for promised functions?