An Observable may emit values of any JavaScript type: numbers, strings, booleans, objects, etc. This means an RxJS Observable may also happen to emit values which are themselves observables too.
In this lesson we will learn more about this use case and begin learning about the so-called "higher order observables".
Huge thanks, I was missing new Rx courses :-) And this one showed exactly what I needed