Skip to content
Prev Previous commit
Next Next commit
200%
  • Loading branch information
Alexandre887 authored Jun 29, 2022
commit bcc305a1a407dd65292b2dbda67b2fd5dcbe7443
4 changes: 2 additions & 2 deletions 1-js/02-first-steps/14-function-basics/3-min/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ importance: 1

# Function min(a, b)

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`.

For instance:
Pavyzdžiui:

```js
min(2, 5) == 2
Expand Down