A
Q. Which is the exponentiation operator in JavaScript?
- Correct Answer - Option(C)
- Views: 21
- Filed under category JavaScript
- Hashtags:
A
In JavaScript, ** is the exponentiation operator used to raise a number to the power of another.
Example:
console.log(2 ** 3); // Output: 8
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.