Q. Which operator in RxJS is commonly used to transform values emitted by an Observable?
β
Correct Answer: (A)
map
Explanation: map transforms each emitted value using a function.