Skip to content

Commit 6b09e86

Browse files
authored
200%
1 parent 6d51279 commit 6b09e86

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/14-function-basics/4-pow

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/4-pow/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let x = prompt("x?", '');
1414
let n = prompt("n?", '');
1515

1616
if (n < 1) {
17-
alert(`Power ${n} is not supported, use a positive integer`);
17+
alert(`${n} laipsnis nepalaikomas, naudokite natūralų skaičių`);
1818
} else {
1919
alert( pow(x, n) );
2020
}

0 commit comments

Comments
 (0)