MCQ
Which operator is used for exponentiation in JavaScript?
Explanation
Both ** operator and Math.pow() can be used for exponentiation.
Both ** operator and Math.pow() can be used for exponentiation.