mirror of https://github.com/01-edu/public.git
root
1 year ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
## less |
||||
|
||||
### Instructions |
||||
|
||||
Write a function `Less` that takes an integer as argument and returns the integer minus 1. |
||||
|
||||
### Expected function |
||||
|
||||
```js |
||||
function less(a) { |
||||
|
||||
} |
||||
``` |
Loading…
Reference in new issue