QP School

Full Version: JavaScript - Exponentiations with values
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
let a = 3 ** 3;

document.getElementById("demo").innerHTML = a;