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 d886f55 commit bfa672dCopy full SHA for bfa672d
1-js/03-code-quality/05-testing-mocha/pow-2.view/index.html
@@ -20,7 +20,7 @@
20
<body>
21
22
<script>
23
- function pow() {
+ function pow(x, n) {
24
return 8; // :) we cheat!
25
}
26
</script>
0 commit comments