Exercise - Filtering Operators
Exercise
- Open the challenge on codesandbox
- Use the
filter
operator to only let buttons 1-3 emit values fromvalues$
- Use the
distinctuntilChanged
operator to ignore repeat values
filter
operator to only let buttons 1-3 emit values from values$
distinctuntilChanged
operator to ignore repeat values