LiveLoveApp logo

Exercise - Join Operators

Exercise

  1. Open the challenge on codepen
  2. Use merge to combine shortTimer, mediumTimer$, and longTimer$
  3. Subscribe to the result and note the output
  4. Refactor to use concat instead of merge
  5. Note the difference in the output