Q. Which RxJS operator delays values by a specified time?
β
Correct Answer: (C)
delay
Explanation: The `delay` operator postpones each emission by the given time.