Q. Which operator is used to assign a value?
β
Correct Answer: (A)
=
Explanation: = is the assignment operator in JavaScript.
Explanation: = is the assignment operator in JavaScript.