1. 1
    Use the Exponentiation Operator in JavaScript
    3m 30s

Use the Exponentiation Operator in JavaScript

Marius Schulz
InstructorMarius Schulz

Share this video with your friends

Send Tweet

ES2016 introduced the exponentiation operator ** to JavaScript. This lesson shows how it works and how you can use it as a replacement for the Math.pow function.