Skip to content

Commit a6cd3fa

Browse files
lex111dandgerson
andauthored
Update 1-js/02-first-steps/14-function-basics/3-min/task.md
Co-Authored-By: dandgerson <dandgerson@gmail.com>
1 parent b03d235 commit a6cd3fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • 1-js/02-first-steps/14-function-basics/3-min

1-js/02-first-steps/14-function-basics/3-min/task.md

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

55
# Функция min(a, b)
66

7-
Напишите функцию `min(a,b)`, которая возвращает меньшее из чисел `a`,`b`.
7+
Напишите функцию `min(a,b)`, которая возвращает меньшее из чисел `a` и `b`.
8+
89

910
Пример вызовов:
1011

0 commit comments

Comments
 (0)