We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d51279 commit 6b09e86Copy full SHA for 6b09e86
1-js/02-first-steps/14-function-basics/4-pow/solution.md
@@ -14,7 +14,7 @@ let x = prompt("x?", '');
14
let n = prompt("n?", '');
15
16
if (n < 1) {
17
- alert(`Power ${n} is not supported, use a positive integer`);
+ alert(`${n} laipsnis nepalaikomas, naudokite natūralų skaičių`);
18
} else {
19
alert( pow(x, n) );
20
}
0 commit comments