Simple npm package that tells you what a number to the power of zero is!
npm i to-the-power-of-zero -P
const toThePowerOfZero = require("to-the-power-of-zero");
console.log(toThePowerOfZero(2));
Returns the result of raising number
to the power of 0.