Creator Operators

Creation Operator

Single Value Multiple Value
Synchronous .of() here .from() here & here
Asynchronous .fromPromise (!!!! not infinite one single value) here .fromEvent => infinite never produce complete() here

Operator Create

Here

The business logic of how the values are generated and emitted belongs to the observable

Other Creation Operator

Exercice

here