RxJS operators mergeMap and switchMap are useful for handling asynchronous responses from the server, but they can do much more.
In this lesson, we will see how to use mergeMap to achieve the same functionality as map() or filter() or other custom behaviors.