Browse Source

feat(js-checkpoint): add subject for more exercise

CON-2198-MARKDOWN-create-subject-of-more-exercise
root 7 months ago
parent
commit
edb955da0c
  1. 14
      subjects/more/README.md

14
subjects/more/README.md

@ -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…
Cancel
Save