When you want an Observable to emit a sequence of values over time, you would use _____.

  • interval()
  • map()
  • of()
  • timer()
When you want an Observable to emit a sequence of values over time, you would use interval(). The interval() operator emits values at specified time intervals.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *