what operator do you use in javascript to raise numbers to a power code example
Example: exponential javascript
// Use Math.exp(a) to return the exponential of the value passed
var num = Math.exp(1)
// Use Math.exp(a) to return the exponential of the value passed
var num = Math.exp(1)