Exercise - Join Operators
Exercise
- Open the challenge on codepen
- Use
merge
to combine shortTimer, mediumTimer$, and longTimer$ - Subscribe to the result and note the output
- Refactor to use
concat
instead ofmerge
- Note the difference in the output
merge
to combine shortTimer, mediumTimer$, and longTimer$concat
instead of merge