Skip to content

Commit c08f987

Browse files
authored
Update task.md
1 parent b310958 commit c08f987

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/14-function-basics/3-min

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ importance: 1
44

55
# Function min(a, b)
66

7-
Write a function `min(a,b)` which returns the least of two numbers `a` and `b`.
7+
Escreva uma função `min(a,b)` no qual retorna o menor de dois números `a` e `b`.
88

9-
For instance:
9+
Por exemplo:
1010

1111
```js
1212
min(2, 5) == 2

0 commit comments

Comments
 (0)