LiveLoveApp logo

Exercise - Error

Exercise

  1. Open the exercise on codesandbox.
  2. Create a new Observable
  3. Use the inner observer to emit the numbers 1, 2, and 3
  4. After emitting the numbers, use the observer to emit an error
  5. Subscribe to the observable, optionally providing handlers for next and error