Skip to content

Commit b2c05c8

Browse files
authored
Update task.md
1 parent 98d8219 commit b2c05c8

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/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pow(3, 3) = 3 * 3 * 3 = 27
1212
pow(1, 100) = 1 * 1 * ...* 1 = 1
1313
```
1414

15-
Crie uma página web that prompts para `x` e `n`, e depois mostre o resultado de `pow(x,n)`.
15+
Crie uma página web que solicite `x` e `n`, em seguida, mostre o resultado de `pow(x,n)`.
1616

1717
[demo]
1818

0 commit comments

Comments
 (0)