Q. Which operator is used for exponentiation in JavaScript? (A) ** (B) ^ (C) exp() (D) pow() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) ** Explanation: ** is the exponentiation operator in JavaScript.