LiveLoveApp logo

Exercise - Pipeable Operators

Exercise

The goal of this exercise is to become familiar with using pipe() to apply pipeable operators

  1. Open the exercise on codesandbox.
  2. Use tap to log the output of values$
  3. Use map to multiply each value y 2
  4. Use tap to log values after they are transformed
  5. Subscribe to the observable