Q. What is the output of 2 ** 3 in JavaScript?
β
Correct Answer: (A)
8
Explanation: The ** operator represents exponentiation in JavaScript.