About Lesson
In this lesson we want to learn about JavaScript Exponentiation Operator, In JavaScript the exponentiation operator ** is used to raiseĀ number to power. It was introduced in ECMAScript 2016 and providesĀ more concise way to perform exponentiation compared to using the Math.pow() method.
Join the conversation