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