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

2015-02-20 09:02:09 -05:00
> Math.pow(0, 0);
1