function power2(a) { return a * a; } power2('string')