We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde48d8 commit 07464caCopy full SHA for 07464ca
code/50.powx-n.ts
@@ -0,0 +1,6 @@
1
+// @leet start
2
+function myPow(x: number, n: number): number {
3
+ return x ** n;
4
+}
5
+// @leet end
6
+
0 commit comments