We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b310958 commit c08f987Copy full SHA for c08f987
1-js/02-first-steps/14-function-basics/3-min/task.md
@@ -4,9 +4,9 @@ importance: 1
4
5
# Function min(a, b)
6
7
-Write a function `min(a,b)` which returns the least of two numbers `a` and `b`.
+Escreva uma função `min(a,b)` no qual retorna o menor de dois números `a` e `b`.
8
9
-For instance:
+Por exemplo:
10
11
```js
12
min(2, 5) == 2
0 commit comments