Exercise - Pipeable Operators
Exercise
The goal of this exercise is to become familiar with using pipe()
to apply pipeable operators
- Open the exercise on codesandbox.
- Use
tap
to log the output of values$ - Use
map
to multiply each value y 2 - Use
tap
to log values after they are transformed - Subscribe to the observable