All quizzes
Free quiz · 50 questions in the bank

Rxjs quiz

Test your Rxjs knowledge with a free interactive quiz — 50 questions with answers and explanations. No signup needed to play.

Question 1/12Score 0

`debounceTime(300)` — what does it do?

In this round
  1. `debounceTime(300)` — what does it do?
  2. What does a `Subject` give you over a plain Observable?
  3. What does `take(3)` do?
  4. What does `startWith(value)` do?
  5. What does `of(1, 2, 3)` produce?
  6. `distinctUntilChanged()` — what does it do?
  7. Why must you `unsubscribe()` from an Observable subscription?
  8. `tap(fn)` is used for:
  9. How do you concatenate two Observables sequentially?
  10. What is the difference between a hot and a cold Observable?
  11. `from([1, 2, 3])` vs `of([1, 2, 3])` — what is the difference?
  12. What does `merge(a, b)` do?
Gaps to close?
Read the curated Rxjs notes — core concepts, patterns, interview prep.
Rxjs notes

More quizzes

.NETAccessibilityAgile MethodologyAirflowAlertmanagerAlgorithms