RxJS is a lot about the so-called "operators". We will learn most of the important operators, one by one. In this lesson, we will see our first creation operator: of().
If you want to deliver synchronous values in the sequence, you use of()
instead of writing boilerplate.