I\'m studying RXJS and stuck with the problem: the same code with operators \"reduce\" and \"scan\" works in different ways, but I think that must return equal result. Example b
Rx.scan is continuous whereas reduce is not continuous.