JavaScript Exponentiation assignment

JavaScript Exponentiation assignment


JavaScript Exponentiation assignment 
 
The exponentiation assignment operator (**=) raises the value of a variable to the power of the right operand. 
 
Example 1 –
 
 
Output –