RosettaCodeData/Task/Zero-to-the-zero-power/JavaScript/zero-to-the-zero-power-1.js

3 lines
20 B
JavaScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> Math.pow(0, 0);
1