Skip to content

Commit bfa672d

Browse files
author
CookiesDeathCookies
committedApr 14, 2019
fix function signature in view
1 parent d886f55 commit bfa672d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/03-code-quality/05-testing-mocha/pow-2.view

1 file changed

+1
-1
lines changed
 

‎1-js/03-code-quality/05-testing-mocha/pow-2.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<body>
2121

2222
<script>
23-
function pow() {
23+
function pow(x, n) {
2424
return 8; // :) we cheat!
2525
}
2626
</script>

0 commit comments

Comments
 (0)