We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b09e86 commit bcc305aCopy full SHA for bcc305a
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`.
+Parašykite funkciją `min(a,b)`, kuri grąžina mažesnį iš skaičių `a` ir `b`.
8
9
-For instance:
+Pavyzdžiui:
10
11
```js
12
min(2, 5) == 2
0 commit comments