TAG

Js_basics

Exponentiation (**) Examples in JavaScript [Tutorial]

There are two ways to achieve exponentiation in JavaScript, the ** operator and the pow method. With the ** operator, you can work with both Numbers and BigInt …

By olorunfemiakinlua · 3 min read · JavaScript