Hi @icarus,
RXJS is a combination of Observables, Operators and Schedulers. Map is used to perform operations (if required) on the data obtained from observables. To understand in a best way check https://github.com/Reactive-Extensions/RxJS.
Hope it will help you more