Skip to content

Commit 993115f

Browse files
authored
Исправление неточности
1 parent c4e695c commit 993115f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

1-js/02-first-steps/15-function-basics/4-pow/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 4
44

55
# Функция pow(x,n)
66

7-
Напишите функцию `pow(x,n)`, которая возвращает `x` в степени `n`.
7+
Напишите функцию `pow(x,n)`, которая возводит `x` в степень `n` и возвращает результат.
88

99
```js
1010
pow(3, 2) = 3 * 3 = 9

0 commit comments

Comments
 (0)