Skip to content

Commit bcc305a

Browse files
authored
200%
1 parent 6b09e86 commit bcc305a

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+
Parašykite funkciją `min(a,b)`, kuri grąžina mažesnį iš skaičių `a` ir `b`.
88

9-
For instance:
9+
Pavyzdžiui:
1010

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

0 commit comments

Comments
 (0)