output.js 39 B

1234
  1. var num = 1;
  2. num = Math.pow(num, 2);
  3. ;