Let's see next how to use the HTTP driver to generate requests and capture responses. We will build a small app to fetch a single piece of data from a REST server and display that on the DOM.
Why are you adding an $-sign at the end of you variables (like e.g.: request$ = ...)?
$ is purely conventional and means "stream" in that context: number$ aka. "number stream" aka. "a stream of numbers".