Q. Which operator is used to assign a value? (A) = (B) == (C) === (D) := ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) = Explanation: = is the assignment operator in JavaScript.