Question #147689

Which is the exponentiation operator in JavaScript?


Options:

Explanation:
The exponentiation operator in JavaScript is ** which is used to calculate the result of first operand's to the power of the second operators i.e., x**y = x to the power of y (xy).
Tags: JavaScript

Question Screenshot

Question Screenshot
For best sharing results, download the image first and then attach it to your social media post.

Test Your Knowledge

Want to practice more questions like this? Take a quiz in this category!

Take a Quiz

Share This Question