mirror of https://github.com/01-edu/public.git
root
1 year ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
## more |
||||
|
||||
### Instructions |
||||
|
||||
Create a function named `more` that takes 1 argument and adds 1 to it. |
||||
the function must return the result of the operation. |
||||
|
||||
### Expected function |
||||
|
||||
```js |
||||
function more(a) { |
||||
|
||||
} |
||||
``` |
Loading…
Reference in new issue