Skip to content

Commit f0ef0be

Browse files
committed
commit
1 parent 9dfee1a commit f0ef0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"index.js":"function raiseToPower(b, e) {\n return Math.pow(b, e);\n}\n\nlet base = 2;\nlet exp = 3;\nlet power = raiseToPower(base , exp);\nconsole.log(power);"}

0 commit comments

Comments
 (0)