fork download
  1. // your code goes here
  2. let x=2;
  3. let y=4;
  4. let z=Math.pow(x,y);
  5. console.log(z)
Success #stdin #stdout 0.03s 18772KB
stdin
Standard input is empty
stdout
16