let num = Math.pow(6, 2); console.log(num); // 16
// Use Math.exp(a) to return the exponential of the value passed var num = Math.exp(1)