Q. Which operator is used to handle errors in RxJS? (A) catchError (B) throwError (C) retry (D) finalize ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) catchError Explanation: catchError handles observable errors.