Browse Source

docs(js-checkpoint):add readme file of add exercise

CON-2212-MARKDOWN-add-subject-for-add-exercise
root 8 months ago
parent
commit
35e2888bf0
  1. 13
      subjects/add/README.md

13
subjects/add/README.md

@ -0,0 +1,13 @@
## add
### Instructions
Write a function `Add` that will return the sum of two integers.
### Expected function
```js
function Add(a, b) {
}
```
Loading…
Cancel
Save